mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 05:37:55 +01:00
fix babelrc
This commit is contained in:
parent
264ed096a4
commit
5e959fa634
8
.babelrc
8
.babelrc
@ -9,20 +9,16 @@
|
|||||||
},
|
},
|
||||||
"modules": false
|
"modules": false
|
||||||
}],
|
}],
|
||||||
"stage-0",
|
|
||||||
"react"
|
"react"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"main": {
|
"main": {
|
||||||
"presets": ["env", "stage-0", "react"]
|
"presets": ["env", "react"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"babel-plugin-transform-regenerator",
|
|
||||||
"babel-plugin-transform-object-rest-spread",
|
"babel-plugin-transform-object-rest-spread",
|
||||||
"babel-plugin-inline-import",
|
|
||||||
"babel-plugin-transform-class-properties",
|
"babel-plugin-transform-class-properties",
|
||||||
"babel-plugin-transform-es2015-classes",
|
"babel-plugin-transform-runtime"
|
||||||
"babel-plugin-syntax-dynamic-import"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user