Skip to content

Commit 62b5a4a

Browse files
committed
Deprecated
1 parent 07f9307 commit 62b5a4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
use: [
2323
MiniCssExtractPlugin.loader,
2424
// Translates CSS into CommonJS modules.
25-
{ loader: 'css-loader', options: { minimize: false, importLoaders: 2 } },
25+
{ loader: 'css-loader', options: { importLoaders: 2 } },
2626
// Run postCSS actions.
2727
{ loader: 'postcss-loader', options: { plugins: [require('autoprefixer')] } },
2828
// Compiles Sass to CSS.

0 commit comments

Comments
 (0)