Skip to content

Commit

Permalink
Update Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Feb 5, 2019
1 parent b1da0fa commit cb1b203
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9,725 deletions.
10 changes: 8 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"presets": ["es2015-loose", "stage-0"],
"plugins": ["add-module-exports", "precompile-charcodes"],
"presets": [
["@babel/preset-env", { "loose": true }]
],
"plugins": [
"@babel/proposal-class-properties",
"add-module-exports",
"precompile-charcodes"
],
"env": {
"development": {
"sourceMaps": "inline"
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@
".json$"
]
}
}
}
Loading

0 comments on commit cb1b203

Please sign in to comment.