解决build 报错
Showing
2 changed files
with
1 additions
and
1 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | module.exports = { | 2 | module.exports = { |
3 | plugins: { | 3 | plugins: { |
4 | autoprefixer: { | 4 | autoprefixer: { |
5 | browsers: ['Android >= 4.0', 'iOS >= 7'] | 5 | overrideBrowserslist: ['Android 4.1', 'iOS 7.1', 'Chrome > 31', 'ff > 31', 'ie >= 8'] |
6 | }, | 6 | }, |
7 | 'postcss-pxtorem': { | 7 | 'postcss-pxtorem': { |
8 | rootValue: 37.5, | 8 | rootValue: 37.5, | ... | ... |
-
Please register or sign in to post a comment