Skip to content

Commit

Permalink
gh-439: Allow IE11 compilation and more
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrowd committed May 6, 2020
1 parent 0780a0a commit db38c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
'@babel/env',
{
modules: process.env.MODULE ? false : 'commonjs',
targets: ['>0.25%', 'not ie 11', 'not op_mini all'],
targets: ['last 2 versions', 'not dead'],
},
],
'@babel/preset-react',
Expand Down

0 comments on commit db38c3f

Please sign in to comment.