Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 19bcaeb

Browse files
committed
ensure css nano runs safe optimizations only
1 parent 1a3f442 commit 19bcaeb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

css-plugin-base-builder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ exports.bundle = function(loads, compileOpts, outputOpts) {
138138

139139
if (loader.cssNano !== false)
140140
postCssPlugins.push(cssnano({
141+
safe: true,
141142
normalizeUrl: false
142143
}));
143144

0 commit comments

Comments
 (0)