fix: Add IE polyfills, add vue-perfect-scrollbar to DefaultContainer, change packages

This commit is contained in:
woothu
2019-02-27 11:08:49 +01:00
parent 41db896228
commit 6ed6c9054f
5 changed files with 48 additions and 23 deletions
+2 -7
View File
@@ -1,12 +1,7 @@
module.exports = {
presets: [
['@vue/app', {
polyfills: [
'es6.promise', // already default included now
'es6.array.iterator', // already default included now
'es6.symbol',
'es6.object.assign'
]
[ "@vue/app", {
"useBuiltIns": 'entry'
}]
]
}