chore(NA): use core-js instead of babel-polyfill on canvas sha… (#63486)

* chore(NA): use core-js instead of babel-polyfill on canvas shareable runtime build

* chore(NA): include regenerator-runtime/runtime

* chore(NA): change import order between runtime and core js

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Tiago Costa 2020-04-24 01:42:34 +01:00 committed by GitHub
parent dd21b0b0a8
commit 34de1aeb8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,8 @@
* you may not use this file except in compliance with the Elastic License.
*/
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import 'whatwg-fetch';
import 'babel-polyfill';
export * from './shareable';