Skip to content

Commit

Permalink
fix(): core-js only targeting ie11
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 26, 2019
1 parent 144e966 commit 07a5296
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ This subset is generated using the [`core-js-builder` tool](https://github.com/z

```js
require('core-js-builder')({
targets: 'ie 11',
modules: [
'es',
'web.url',
Expand Down
1 change: 1 addition & 0 deletions scripts/build-polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function buildCoreJs() {
'es.typed-array',
'es.reflect'
],
targets: 'ie 11',
filename: path.join(SRC_DIR, 'core-js.js'),
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/client/polyfills/core-js.js

Large diffs are not rendered by default.

0 comments on commit 07a5296

Please sign in to comment.