We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864d654 commit 8ed5b16Copy full SHA for 8ed5b16
lib/loaders.js
@@ -21,8 +21,8 @@ exports.cssLoaders = function (options) {
21
// (which is the case during production build)
22
if (options.extract) {
23
return ExtractTextPlugin.extract({
24
- loader: sourceLoader,
25
- fallbackLoader: 'vue-style-loader'
+ use: sourceLoader,
+ fallback: 'vue-style-loader'
26
})
27
} else {
28
return ['vue-style-loader', sourceLoader].join('!')
package.json
@@ -45,7 +45,7 @@
45
"css-loader": "^0.26.1",
46
"download-git-repo": "^0.2.1",
47
"express": "^4.14.0",
48
- "extract-text-webpack-plugin": "2.0.0-beta.5",
+ "extract-text-webpack-plugin": "^2.0.0-rc.3",
49
"file-loader": "^0.9.0",
50
"friendly-errors-webpack-plugin": "^1.1.2",
51
"handlebars": "^4.0.5",
0 commit comments