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 b25ece4 commit 3d5ea9a
Showing 1 changed file with 3 additions and 17 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"
}
]
]
}
}

0 comments on commit 3d5ea9a

Please sign in to comment.