mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 11:03:48 +01:00
change babel rc
This commit is contained in:
parent
2e670c8f1e
commit
f978318732
21
.babelrc
21
.babelrc
@ -1,18 +1,11 @@
|
|||||||
{
|
{
|
||||||
"env": {
|
"presets": [
|
||||||
"module": {
|
["env", {
|
||||||
"presets": [
|
"targets": { node: "6" },
|
||||||
["env", {
|
"modules": false
|
||||||
"targets": { node: "6" },
|
}],
|
||||||
"modules": false
|
"react"
|
||||||
}],
|
],
|
||||||
"react"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"main": {
|
|
||||||
"presets": ["env", "react"]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"babel-plugin-transform-regenerator",
|
"babel-plugin-transform-regenerator",
|
||||||
"babel-plugin-transform-object-rest-spread",
|
"babel-plugin-transform-object-rest-spread",
|
||||||
|
Loading…
Reference in New Issue
Block a user