解决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
module.exports = {
plugins: {
autoprefixer: {
browsers: ['Android >= 4.0', 'iOS >= 7']
},
'postcss-pxtorem': {
rootValue: 37.5,
propList: ['*']
plugins: {
autoprefixer: {
overrideBrowserslist: ['Android 4.1', 'iOS 7.1', 'Chrome > 31', 'ff > 31', 'ie >= 8']
},
'postcss-pxtorem': {
rootValue: 37.5,
propList: ['*']
}
}
}
}
}

View File

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