mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 20:06:33 +00:00
Remove non-ES2015
This commit is contained in:
parent
cc3473a875
commit
0b608c586c
2
.babelrc
2
.babelrc
@ -1,6 +1,4 @@
|
||||
{
|
||||
"presets": ["es2015"],
|
||||
"plugins": ["transform-object-rest-spread", "transform-export-extensions",
|
||||
"transform-class-properties", "babel-plugin-default-import-checker"],
|
||||
"highlightCode": true
|
||||
}
|
||||
|
@ -28,10 +28,6 @@
|
||||
"babel-core": "^6.5",
|
||||
"babel-eslint": "^5.0.0",
|
||||
"babel-loader": "^6.2",
|
||||
"babel-plugin-default-import-checker": "^1.0.8",
|
||||
"babel-plugin-transform-class-properties": "^6.5.2",
|
||||
"babel-plugin-transform-export-extensions": "^6.4.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.3.13",
|
||||
"babel-preset-es2015": "^6.3.13",
|
||||
"bower": "^1.7.7",
|
||||
"eslint": "^1.10.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user