Skip to content

Commit

Permalink
chore(NA): use core-js instead of babel-polyfill on canvas sha… (#63486
Browse files Browse the repository at this point in the history
…) (#64386)

* 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>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 24, 2020
1 parent 51047bd commit 0338f8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/legacy/plugins/canvas/shareable_runtime/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 0338f8e

Please sign in to comment.