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 07f9307 commit 62b5a4aCopy full SHA for 62b5a4a
1 file changed
webpack.config.js
@@ -22,7 +22,7 @@ module.exports = {
22
use: [
23
MiniCssExtractPlugin.loader,
24
// Translates CSS into CommonJS modules.
25
- { loader: 'css-loader', options: { minimize: false, importLoaders: 2 } },
+ { loader: 'css-loader', options: { importLoaders: 2 } },
26
// Run postCSS actions.
27
{ loader: 'postcss-loader', options: { plugins: [require('autoprefixer')] } },
28
// Compiles Sass to CSS.
0 commit comments