Skip to content

Commit

Permalink
Begin vue-cli implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
m4n1ok authored and ifox committed Mar 2, 2020
1 parent e1e6794 commit 0f326d5
Show file tree
Hide file tree
Showing 5 changed files with 9,849 additions and 4,750 deletions.
3 changes: 3 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
> 1%
last 2 versions
not IE 11
27 changes: 27 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
module.exports = {
presets: [
['@vue/app', {
useBuiltIns: 'entry'
// polyfills: [
// 'es6.promise',
// 'es6.symbol',
// 'es6.array.find-index',
// 'es6.array.iterator',
// 'es6.function.name',
// 'es6.number.constructor',
// 'es6.object.assign',
// 'es6.object.keys',
// 'es6.regexp.constructor',
// 'es6.regexp.match',
// 'es6.regexp.replace',
// 'es6.regexp.to-string',
// 'es6.regexp.split',
// 'es6.string.anchor',
// 'es6.string.includes',
// 'es6.string.starts-with',
// 'es7.array.includes',
// 'es7.object.get-own-property-descriptors'
// ]
}]
]
}
Loading

0 comments on commit 0f326d5

Please sign in to comment.