We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extract-text-webpack-plugin@>=2
1 parent c1778ff commit 375c0c7Copy full SHA for 375c0c7
docs/en/configurations/extract-css.md
@@ -22,8 +22,8 @@ module.exports = {
22
options: {
23
loaders: {
24
css: ExtractTextPlugin.extract({
25
- loader: 'css-loader',
26
- fallbackLoader: 'vue-style-loader' // <- this is a dep of vue-loader, so no need to explicitly install if using npm3
+ use: 'css-loader',
+ fallback: 'vue-style-loader' // <- this is a dep of vue-loader, so no need to explicitly install if using npm3
27
})
28
}
29
0 commit comments