Skip to content

Commit

Permalink
federation: remove reference to core-js
Browse files Browse the repository at this point in the history
I believe this was only needed for compatibility with old versions of
Node and hasn't been required since #311. That PR removed the explicit
dependency on core-js from federation-js/package.json, but didn't remove
this import, which breaks build scenarios that are more strict about
dependency declaration.

Fixes #692.
  • Loading branch information
glasser committed Apr 26, 2021
1 parent 7eefe8d commit f123b6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions federation-js/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
import "core-js/features/array/flat";
import "core-js/features/array/flat-map";

export * from './composition';
export * from './service';

0 comments on commit f123b6a

Please sign in to comment.