Skip to content

Commit

Permalink
remove babel polyfill:false (deprecated, throws error)
Browse files Browse the repository at this point in the history
Error from babel: The 'polyfill' option has been removed. The
@babel/runtime module now skips polyfilling by default.
  • Loading branch information
davidgovea committed Feb 14, 2019
1 parent 8a8e167 commit b60bed7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"plugins": [
[ "@babel/transform-runtime", {
"helpers": false,
"polyfill": false,
"regenerator": true
}],
"@babel/plugin-proposal-object-rest-spread"
Expand Down

0 comments on commit b60bed7

Please sign in to comment.