mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-25 06:57:58 +01:00
remove babelrc
This commit is contained in:
parent
c91ee0a5e9
commit
175689bd64
25
.babelrc
25
.babelrc
@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"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