Skip to content

Commit e96cd95

Browse files
committed
Fix the extract configuration for production
1 parent 65fc51c commit e96cd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/_webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if (process.env.NODE_ENV === 'production') {
7272
},
7373
{
7474
test: /\.less$/,
75-
loader: ExtractTextPlugin.extract('style', 'css', 'less')
75+
loader: ExtractTextPlugin.extract('style', 'css!less')
7676
}
7777
]);
7878

0 commit comments

Comments
 (0)