init project
This commit is contained in:
commit
eb81760f47
679 changed files with 125497 additions and 0 deletions
32
.babelrc
Normal file
32
.babelrc
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"presets": [
|
||||
["env", {
|
||||
"loose": false,
|
||||
"modules": "commonjs",
|
||||
"spec": true,
|
||||
"targets": {
|
||||
"browsers": [
|
||||
"last 3 Chrome versions",
|
||||
"last 3 Firefox versions",
|
||||
"Safari >= 10",
|
||||
"Explorer >= 11",
|
||||
"Edge >= 12",
|
||||
"iOS >= 10",
|
||||
"Android >= 6"
|
||||
]
|
||||
},
|
||||
"useBuiltIns": "usage",
|
||||
"debug": false
|
||||
}],
|
||||
"stage-3"
|
||||
],
|
||||
"plugins": [
|
||||
"dynamic-import-node",
|
||||
"transform-class-properties",
|
||||
"transform-es5-property-mutators",
|
||||
"transform-object-rest-spread",
|
||||
"transform-runtime",
|
||||
"transform-vue-jsx"
|
||||
],
|
||||
"comments": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue