Skip to content

Commit

Permalink
chore(package): update to babel 7.9 and enable bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Mar 24, 2020
1 parent 20391e5 commit 71c71db
Show file tree
Hide file tree
Showing 3 changed files with 732 additions and 495 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const ORDERED_DEFAULTS = {
exclude: path.join(process.cwd(), 'node_modules/**'),
compact: false,
presets: [
[presetEnv, {loose: true, modules: false, targets: {browsers: settings.browserslist}}]
[presetEnv, {bugfixes: true, loose: true, modules: false, targets: {browsers: settings.browserslist}}]
],
plugins: [
[transformRuntime, {regenerator: false}],
Expand Down
Loading

0 comments on commit 71c71db

Please sign in to comment.