mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 11:03:48 +01:00
remove babel rc
This commit is contained in:
parent
7b386a6a53
commit
5c5ddad0b9
25
.babelrc
25
.babelrc
@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"env": {
|
|
||||||
"module": {
|
|
||||||
"presets": [
|
|
||||||
["env", {
|
|
||||||
"targets": { "node": "6" },
|
|
||||||
"modules": false
|
|
||||||
}],
|
|
||||||
"stage-0",
|
|
||||||
"react"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"main": {
|
|
||||||
"presets": ["env", "stage-0", "react"]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"plugins": [
|
|
||||||
"babel-plugin-transform-regenerator",
|
|
||||||
"babel-plugin-transform-object-rest-spread",
|
|
||||||
"babel-plugin-inline-import",
|
|
||||||
"babel-plugin-transform-class-properties",
|
|
||||||
"babel-plugin-transform-es2015-classes",
|
|
||||||
"babel-plugin-syntax-dynamic-import"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user