Move to babel 7

Closes #41
This commit is contained in:
Martin Pitt 2018-08-29 00:40:49 +02:00 committed by Lars Karlitski
parent 8a73531374
commit 21e504403b
2 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ {
"presets": ["env"], "presets": ["@babel/env",
"plugins": ["transform-react-jsx"] "@babel/preset-react"]
} }

View file

@ -10,11 +10,11 @@
"build": "webpack" "build": "webpack"
}, },
"devDependencies": { "devDependencies": {
"babel-core": "^6.25.0", "@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^9.0.0", "babel-eslint": "^9.0.0",
"babel-loader": "^7.0.0", "babel-loader": "^8.0.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.2",
"chrome-remote-interface": "^0.25.5", "chrome-remote-interface": "^0.25.5",
"compression-webpack-plugin": "^1.1.11", "compression-webpack-plugin": "^1.1.11",
"copy-webpack-plugin": "^4.5.2", "copy-webpack-plugin": "^4.5.2",
@ -40,6 +40,7 @@
"webpack-cli": "^3.1.0" "webpack-cli": "^3.1.0"
}, },
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.0.0",
"node-sass": "^4.9.0", "node-sass": "^4.9.0",
"react": "^16.4.2", "react": "^16.4.2",
"react-dom": "^16.4.2" "react-dom": "^16.4.2"