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