Skip to content

Commit 9c30bfd

Browse files
committed
fix (postcss) exlude old prefix and end support for ie11
small performace improvement: 6% reduction in css weight
1 parent d1b18bb commit 9c30bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/loaders.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ module.exports = {
6262
plugins: {
6363
'postcss-import': {},
6464
'postcss-preset-env': {
65-
browsers: 'last 2 versions',
66-
stage: 0,
65+
browsers: 'last 2 versions, > 2%, not dead',
66+
stage: 2,
6767
},
6868
'postcss-pxtorem': { propWhiteList: [] },
6969
'postcss-sort-media-queries': {},

0 commit comments

Comments
 (0)