We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d6fff commit 64ab479Copy full SHA for 64ab479
1 file changed
webpack/prod.config.js
@@ -52,8 +52,8 @@ module.exports = {
52
}, {
53
test: /\.less$/,
54
loader: ExtractTextPlugin.extract({
55
- fallbackLoader: 'style-loader',
56
- loader: [
+ fallback: 'style-loader',
+ use: [
57
{
58
loader: 'css-loader',
59
query: {
@@ -81,8 +81,8 @@ module.exports = {
81
82
test: /\.scss$/,
83
84
85
86
87
88
0 commit comments