解决build 报错

This commit is contained in:
宋楠 2020-02-07 16:26:24 +08:00
parent 8ff8ece1a5
commit a0582f145a
2 changed files with 10 additions and 10 deletions

View File

@ -1,12 +1,12 @@
// https://github.com/michael-ciniawsky/postcss-load-config // https://github.com/michael-ciniawsky/postcss-load-config
module.exports = { module.exports = {
plugins: { plugins: {
autoprefixer: { autoprefixer: {
browsers: ['Android >= 4.0', 'iOS >= 7'] overrideBrowserslist: ['Android 4.1', 'iOS 7.1', 'Chrome > 31', 'ff > 31', 'ie >= 8']
}, },
'postcss-pxtorem': { 'postcss-pxtorem': {
rootValue: 37.5, rootValue: 37.5,
propList: ['*'] propList: ['*']
}
} }
} }
}

View File

@ -60,4 +60,4 @@
"last 2 versions", "last 2 versions",
"not ie <= 8" "not ie <= 8"
] ]
} }