refactor: refactoring template
This commit is contained in:
+9
-2
@@ -1,5 +1,12 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@vue/app'
|
||||
['@vue/app', {
|
||||
polyfills: [
|
||||
'es6.promise', // already default included now
|
||||
'es6.array.iterator', // already default included now
|
||||
'es6.symbol',
|
||||
'es6.object.assign'
|
||||
]
|
||||
}]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user