Commit 96bb02f8 by 展昭

update

parent 74eb1edb
Showing with 5 additions and 2 deletions
module.exports = { module.exports = {
presets: [ presets: [
'@vue/app' ["@vue/app",
{ useBuiltIns: 'entry' }]
], ],
plugins: [ plugins: [
['import', { ['import', {
......
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
}, },
"browserslist": [ "browserslist": [
"> 1%", "> 1%",
"last 2 versions", "last 4 versions",
"Android >= 3.2",
"not dead" "not dead"
] ]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment