Skip to content

Commit

Permalink
Merge pull request #442 from leandrowd/gh-439
Browse files Browse the repository at this point in the history
gh-439: Allow IE11 compilation and more
  • Loading branch information
leandrowd authored May 6, 2020
2 parents 0780a0a + db38c3f commit f5ba027
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 f5ba027

Please sign in to comment.