Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Revert "chore: add polyfills for IE (#868)"
Browse files Browse the repository at this point in the history
This reverts commit 25c90cf
  • Loading branch information
miroslavstastny committed Feb 20, 2019
1 parent ec4827b commit e9f71e2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion docs/src/components/Playground/renderConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const babelConfig = {
['transform-typescript', { isTSX: true }],
'transform-classes',
],
presets: ['es2015'],
}

export const imports = {
Expand Down
1 change: 0 additions & 1 deletion docs/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
</script>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/@babel/polyfill@7/dist/polyfill.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.1/anchor.min.js"></script>
<script
crossOrigin="anonymous"
Expand Down
1 change: 0 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"fela-plugin-rtl": "^10.2.0",
"keyboard-key": "^1.0.1",
"lodash": "^4.17.11",
"mdn-polyfills": "^5.15.0",
"prop-types": "^15.6.1",
"react-fela": "^10.2.0",
"react-is": "^16.6.3",
Expand Down
4 changes: 0 additions & 4 deletions packages/react/src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// TODO: remove after switch to Babel
import 'mdn-polyfills/Object.assign'
import 'mdn-polyfills/String.prototype.includes'

import * as customPropTypes from './customPropTypes'
import * as commonPropTypes from './commonPropTypes'

Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8127,11 +8127,6 @@ md5.js@^1.3.4:
hash-base "^3.0.0"
inherits "^2.0.1"

mdn-polyfills@^5.15.0:
version "5.15.0"
resolved "https://registry.yarnpkg.com/mdn-polyfills/-/mdn-polyfills-5.15.0.tgz#ee0812604b1f922a6b83ee879e3466483b394bb1"
integrity sha512-xnHoz63bS0IpyRwmSFAUEHnx8g2nuC7TbavgtoJYVStg2i32gHnD9o8orjMuQsvltANt+2xPHWGeKgyXWCZV3g==

media-typer@0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
Expand Down

0 comments on commit e9f71e2

Please sign in to comment.