Skip to content

Commit

Permalink
fix: use bugfixes: true in the babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jun 16, 2020
1 parent ccfc1c9 commit 2fc9878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = function (opts = {}) {
corejs: 3,
useBuiltIns: 'entry',
modules: 'commonjs',
bugfixes: true,
targets
}
]
Expand Down

0 comments on commit 2fc9878

Please sign in to comment.