mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2025-04-19 09:26:25 +02:00
Revert "remove babel rc"
This reverts commit 5c5ddad0b927cc54db4d28871f7b5e9d2142c0b2.
This commit is contained in:
parent
7e3d6e7c02
commit
f8e4c801df
25
.babelrc
Normal file
25
.babelrc
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"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…
x
Reference in New Issue
Block a user