Skip to content

Commit

Permalink
Fix warning regarding default corejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
hasghari committed Jul 14, 2019
1 parent 1f7bea2 commit ce044f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const presets = [
safari: '11.1',
},
useBuiltIns: 'usage',
corejs: '2.6'
},
],
];
Expand Down

0 comments on commit ce044f3

Please sign in to comment.