mirror of
https://github.com/maputnik/editor.git
synced 2026-06-16 04:07:27 +00:00
Merge pull request #144 from bartvde/babelrc
Move babel config out of package.json
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"presets": ["es2015", "react"],
|
||||||
|
"plugins": ["transform-object-rest-spread"]
|
||||||
|
}
|
||||||
@@ -54,15 +54,6 @@
|
|||||||
"request": "^2.79.0",
|
"request": "^2.79.0",
|
||||||
"url": "^0.11.0"
|
"url": "^0.11.0"
|
||||||
},
|
},
|
||||||
"babel": {
|
|
||||||
"presets": [
|
|
||||||
"es2015",
|
|
||||||
"react"
|
|
||||||
],
|
|
||||||
"plugins": [
|
|
||||||
"transform-object-rest-spread"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"jshintConfig": {
|
"jshintConfig": {
|
||||||
"esversion": 6
|
"esversion": 6
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user