Skip to content

Commit

Permalink
Upgrade to Babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Sep 3, 2018
1 parent f0b2d82 commit 0f8a404
Show file tree
Hide file tree
Showing 3 changed files with 931 additions and 837 deletions.
6 changes: 4 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"plugins": ["transform-class-properties"],
"presets": [
["env", { "modules": false }]
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start": "node server.js"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.0",
"express": "^4.16.3",
"stimulus": "^1.1.0",
"webpack": "^4.17.1",
Expand Down
Loading

0 comments on commit 0f8a404

Please sign in to comment.