chore: delete ie fix and change babel config

This commit is contained in:
woothu
2019-06-18 13:00:10 +02:00
parent 7a95dc377c
commit a95d98c9a3
3 changed files with 1 additions and 12 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
module.exports = {
presets: [
[ "@vue/app", {
"useBuiltIns": 'entry'
}]
['@vue/app']
]
}