mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-04 21:53:24 +01:00
f8e4c801df
This reverts commit 5c5ddad0b9
.
26 lines
542 B
Plaintext
26 lines
542 B
Plaintext
{
|
|
"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"
|
|
]
|
|
}
|