提交 4be403f4 编写于 作者: fxy060608's avatar fxy060608

fix(cli): improve browserslist

上级 1f09a4ae
{ {
"name": "@dcloudio/uni-template-compiler", "name": "@dcloudio/uni-template-compiler",
"version": "0.9.182", "version": "0.9.183",
"description": "uni-template-compiler", "description": "uni-template-compiler",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [
......
...@@ -49,7 +49,6 @@ module.exports = (api, options, rootOptions) => { ...@@ -49,7 +49,6 @@ module.exports = (api, options, rootOptions) => {
'babel-plugin-import': '^1.11.0' 'babel-plugin-import': '^1.11.0'
}, },
browserslist: [ browserslist: [
'last 3 versions',
'Android >= 4.4', 'Android >= 4.4',
'ios >= 8' 'ios >= 8'
] ]
......
{ {
"name": "@dcloudio/vue-cli-plugin-uni", "name": "@dcloudio/vue-cli-plugin-uni",
"version": "0.9.537", "version": "0.9.538",
"description": "uni-app plugin for vue-cli 3", "description": "uni-app plugin for vue-cli 3",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册