Skip to content

Commit dcbea85

Browse files
author
David Zukowski
committed
fix(css-modules): disable conflicting cssnano options
1 parent 92f33e2 commit dcbea85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@ webpackConfig.postcss = [
234234
discardComments: {
235235
removeAll: true
236236
},
237+
discardUnused: false,
238+
mergeIdents: false,
239+
reduceIdents: false,
237240
safe: true,
238241
sourcemap: true
239242
})

0 commit comments

Comments
 (0)