mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 05:37:55 +01:00
parent
175689bd64
commit
a7b2852c6e
25
.babelrc
Normal file
25
.babelrc
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"env": {
|
||||
"module": {
|
||||
"presets": [
|
||||
["env", {
|
||||
"targets": {
|
||||
"node": "6",
|
||||
"browsers": ["last 2 versions", "safari >= 7", "not ie < 11"]
|
||||
},
|
||||
"modules": false
|
||||
}],
|
||||
"react"
|
||||
]
|
||||
},
|
||||
"main": {
|
||||
"presets": ["env", "react"]
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
"babel-plugin-transform-object-rest-spread",
|
||||
"babel-plugin-transform-class-properties",
|
||||
"babel-plugin-transform-runtime",
|
||||
"babel-plugin-transform-es2015-classes"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user