Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(.babelrc): remove transform-runtime, add ie11 in env
Browse files Browse the repository at this point in the history
fix(.babelrc): remove transform-runtime, add ie11 in env
  • Loading branch information
Metnew committed Nov 9, 2017
1 parent b91b0e4 commit e3cab45
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"plugins": [
["lodash", {"id": ["lodash"]}],
[
"transform-runtime",
{
"helpers": false,
"polyfill": true,
"regenerator": true,
"moduleName": "babel-runtime"
}
],
"syntax-dynamic-import",
[
"babel-plugin-styled-components",
Expand All @@ -23,7 +14,7 @@
"env",
{
"targets": {
"browsers": ["last 2 versions. ie 11", "> 1%"]
"browsers": ["ie 11", "last 2 versions"]
}
}
],
Expand Down

0 comments on commit e3cab45

Please sign in to comment.