Skip to content

Commit d265c6d

Browse files
authored
Merge pull request #393 from BeAPI/fix/post-css-config
fix (postcss) exlude old prefix and end support for ie11
2 parents 167d134 + 9c30bfd commit d265c6d

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)