[build] add browserslist config (#658)

This commit is contained in:
neverland 2018-09-27 19:33:50 +08:00 committed by GitHub
parent 4714333cd6
commit 1400be85a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
browserslist Normal file
View File

@ -0,0 +1,2 @@
Android >= 4.0
iOS >= 7

View File

@ -5,8 +5,6 @@ module.exports = {
},
'precss': {},
'postcss-calc': {},
'autoprefixer': {
browsers: ['Android >= 4.0', 'iOS >= 7']
}
'autoprefixer': {}
}
};