Skip to content

Commit

Permalink
Remove polyfill configuration
Browse files Browse the repository at this point in the history
Fixes #85
  • Loading branch information
balcsida committed Sep 9, 2018
1 parent 9b99e80 commit 20fe48c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ module.exports = ({ vendor, vendorVersion }) => {
require('@babel/plugin-transform-runtime').default,
{
helpers: false,
polyfill: false,
regenerator: true
}
],
Expand Down

0 comments on commit 20fe48c

Please sign in to comment.