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.
1 parent 65fc51c commit e96cd95Copy full SHA for e96cd95
app/templates/_webpack.config.js
@@ -72,7 +72,7 @@ if (process.env.NODE_ENV === 'production') {
72
},
73
{
74
test: /\.less$/,
75
- loader: ExtractTextPlugin.extract('style', 'css', 'less')
+ loader: ExtractTextPlugin.extract('style', 'css!less')
76
}
77
]);
78
0 commit comments