Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Commit 2aafc33

Browse files
author
Mark Kennedy
authored
Fix IE11 (#56)
* Correct commonjs transpilation for IE11 * Improve rollup ordering and plugins * Distribute UMD as common js file to support bundled environments AND `<script>` tags
1 parent 0acff15 commit 2aafc33

File tree

4 files changed

+458
-253
lines changed

4 files changed

+458
-253
lines changed

.babelrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
useBuiltIns: 'usage',
88
corejs: 3,
99
targets: {
10-
browsers: ['last 2 versions', 'ie >= 11'],
10+
browsers: ['last 2 versions'],
1111
},
1212
},
1313
],

0 commit comments

Comments
 (0)