Skip to content

Commit

Permalink
fix(webpack): Fixed webpack and babelrc config after babel-loader upg…
Browse files Browse the repository at this point in the history
…rade
  • Loading branch information
rafa8626 committed Aug 31, 2018
1 parent 3a4d832 commit 1b80c33
Show file tree
Hide file tree
Showing 6 changed files with 6,526 additions and 4,916 deletions.
9 changes: 5 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"comments": false,
"presets": [
["env", {
"targets": {
"browsers": ["last 5 versions", "ie >= 11"]
[
"@babel/preset-env",
{
"targets": "last 5 versions, ie >= 11"
}
}]
]
]
}

0 comments on commit 1b80c33

Please sign in to comment.