Skip to content

Commit

Permalink
chore(NA): change import order between runtime and core js
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 20, 2020
1 parent 12efac3 commit 6588db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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,8 @@
* you may not use this file except in compliance with the Elastic License.
*/

import 'whatwg-fetch';
import 'regenerator-runtime/runtime';
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import 'whatwg-fetch';

export * from './shareable';

0 comments on commit 6588db5

Please sign in to comment.