解决build 报错
Showing
2 changed files
with
10 additions
and
10 deletions
| 1 | // https://github.com/michael-ciniawsky/postcss-load-config | 1 | // https://github.com/michael-ciniawsky/postcss-load-config |
| 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, |
| 9 | propList: ['*'] | 9 | propList: ['*'] |
| 10 | } | ||
| 10 | } | 11 | } |
| 11 | } | 12 | } |
| 12 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment