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