Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

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

This reverts commit 0338f8e.
  • Loading branch information
spalger committed Apr 29, 2020
1 parent f7893a7 commit 527ea3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/legacy/plugins/canvas/shareable_runtime/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
* 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 527ea3f

Please sign in to comment.