Skip to content

Commit

Permalink
feat: drop explorer 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisavetAmpatzidou committed Apr 9, 2022
1 parent aa2c9cc commit 3b64eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
20 changes: 3 additions & 17 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,9 @@
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead",
"useBuiltIns": "usage",
"corejs": "3.18",
}
]
],
"exclude": [
"node_modules/**"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-syntax-jsx",
[
"@babel/plugin-transform-react-jsx",
{
"pragma": "MotorCortex.utils.createDOMElement"
"targets": "defaults, not ie 11",
"corejs": "3.21"
}
]
]
}
}
6 changes: 0 additions & 6 deletions .browserlistrc

This file was deleted.

0 comments on commit 3b64eca

Please sign in to comment.