Skip to content

Commit d084a55

Browse files
dtinthNMFR
authored andcommitted
Enable safe flag by default in the docs. (NMFR#58)
1 parent 0784924 commit d084a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
new OptimizeCssAssetsPlugin({
4646
assetNameRegExp: /\.optimize\.css$/g,
4747
cssProcessor: require('cssnano'),
48-
cssProcessorOptions: { discardComments: { removeAll: true } },
48+
cssProcessorOptions: { safe: true, discardComments: { removeAll: true } },
4949
canPrint: true
5050
})
5151
]

0 commit comments

Comments
 (0)