Skip to content

Commit 53a8d52

Browse files
author
vinogradov
committed
add CSS minification
1 parent 2f07c1c commit 53a8d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = function (env) {
7171
include: SRC_ABSOLUTE_PATH, // other paths are ignored
7272
use: ExtractTextPlugin.extract({
7373
fallback: 'style-loader',
74-
use: 'css-loader!sass-loader'
74+
use: 'css-loader?minimize!sass-loader'
7575
})
7676
}, {
7777
test: /\.(jpe?g|png|gif|svg)$/,

0 commit comments

Comments
 (0)