Skip to content

Commit

Permalink
chore(babel): add not dead to the list of supported browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
probil committed Aug 3, 2019
1 parent 6261fa7 commit e05c0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
browsers: [
'> 1%',
'last 2 versions',
'not ie <= 8',
'not dead',
],
},
},
Expand Down

0 comments on commit e05c0fe

Please sign in to comment.