Skip to content

Commit

Permalink
include polyfill for Set (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-aq committed Apr 24, 2020
1 parent 29c0a5c commit 0695aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import 'core-js/es/array/from';
import 'core-js/es/typed-array/slice';
import 'core-js/es/array/includes';
import 'core-js/es/string/includes';
import 'core-js/es/set';
import 'promise-polyfill/src/polyfill';
import 'fast-text-encoding';
import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only';
Expand Down

0 comments on commit 0695aaf

Please sign in to comment.