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 036efca commit ef6f7fd
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 @@ -6,6 +6,7 @@ const presets = [
browsers: ['last 2 versions', '> 5%', 'ie 9-11'],
},
useBuiltIns: 'usage',
corejs: '2.6'
},
],
];
Expand Down

0 comments on commit ef6f7fd

Please sign in to comment.