mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2025-01-03 08:33:48 +01:00
parent
f978318732
commit
ff313bbbab
21
.babelrc
21
.babelrc
@ -1,11 +1,18 @@
|
|||||||
{
|
{
|
||||||
"presets": [
|
"env": {
|
||||||
["env", {
|
"module": {
|
||||||
"targets": { node: "6" },
|
"presets": [
|
||||||
"modules": false
|
["env", {
|
||||||
}],
|
"targets": { node: "6" },
|
||||||
"react"
|
"modules": false
|
||||||
],
|
}],
|
||||||
|
"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