Skip to content

Commit

Permalink
chore(NA): use core-js instead of babel-polyfill on canvas shareable …
Browse files Browse the repository at this point in the history
…runtime build
  • Loading branch information
mistic committed Apr 14, 2020
1 parent c2f2a79 commit 837a8e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
*/

import 'whatwg-fetch';
import 'babel-polyfill';
import 'core-js/stable';

export * from './shareable';

0 comments on commit 837a8e2

Please sign in to comment.