Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix: fix compatibility with webpack 3
According to the documentation https://vue-loader.vuejs.org/guide/extract-css.html#webpack-3 and some private feedbacks, there are still many users use vue-loader v15 along with webpack 3.
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -34,7 +34,7 @@ | ||
}, | ||
"peerDependencies": { | ||
"css-loader": "*", | ||
"webpack": "^3.0.0 || ^4.1.0 || ^5.0.0-0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"cache-loader": { | ||