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 50548b3 commit 784677fCopy full SHA for 784677f
README.md
@@ -45,7 +45,7 @@ module.exports = {
45
new OptimizeCssAssetsPlugin({
46
assetNameRegExp: /\.optimize\.css$/g,
47
cssProcessor: require('cssnano'),
48
- cssProcessorOptions: { safe: true, discardComments: { removeAll: true } },
+ cssProcessorOptions: { discardComments: { removeAll: true } },
49
canPrint: true
50
})
51
]
0 commit comments