[build] add browserslist config (#3535)

This commit is contained in:
neverland
2019-06-17 17:47:11 +08:00
committed by GitHub
parent 8c16c764ec
commit 7687df9c6e
3 changed files with 294 additions and 130 deletions

View File

@@ -1,7 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {
browsers: ['Android >= 4.0', 'iOS >= 7']
}
autoprefixer: {}
}
};