Skip to content

Commit 784677f

Browse files
Simon KunzNMFR
Simon Kunz
authored andcommitted
Option 'safe' is now a parser (NMFR#72)
"Option safe was removed. Use parser: require("postcss-safe-parser")" in cssnano 4 Closes NMFR#68
1 parent 50548b3 commit 784677f

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: { safe: true, discardComments: { removeAll: true } },
48+
cssProcessorOptions: { discardComments: { removeAll: true } },
4949
canPrint: true
5050
})
5151
]

0 commit comments

Comments
 (0)