Skip to content

Commit

Permalink
Use core-je to inject IE11 polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-t committed Oct 21, 2021
1 parent 3f1470b commit 7218c26
Show file tree
Hide file tree
Showing 7 changed files with 4,671 additions and 1,108 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

19 changes: 19 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module.exports = {
presets: [
[
"@babel/preset-env",
{
targets: {
browsers: "> 0.5%, ie >= 11"
},
spec: true,
useBuiltIns: "usage",
forceAllTransforms: true,
corejs: {
version: 3,
proposals: false
}
}
]
]
};
Loading

0 comments on commit 7218c26

Please sign in to comment.