Skip to content

Commit

Permalink
[#261] moves babel config to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GentlemanHal committed Dec 21, 2018
1 parent e1af5bd commit 79b9496
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .babelrc

This file was deleted.

15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,21 @@
"whatwg-url": "7.0.0",
"workbox-webpack-plugin": "3.6.3"
},
"babel": {
"presets": [
"@babel/preset-react",
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
}
]
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread"
]
},
"eslintConfig": {
"extends": [
"eslint:recommended",
Expand Down

0 comments on commit 79b9496

Please sign in to comment.