Add core-js dependency #767

Closed
opened 2025-08-09 17:17:36 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @astegmaier on 5/12/2017

When I run webpack on the angular4 branch I get the error:

Module not found: Error: Can't resolve 'core-js/shim' in '/Users/Andrew/Projects/angular4-test/ClientApp'
     @ ./ClientApp/boot-server.ts 3:0-23

Others have reported the same problem (see #930). It appears that adding core-js to project.json fixes this problem--and that's all this PR does.

*Originally created by @astegmaier on 5/12/2017* When I run webpack on the angular4 branch I get the error: ``` Module not found: Error: Can't resolve 'core-js/shim' in '/Users/Andrew/Projects/angular4-test/ClientApp' @ ./ClientApp/boot-server.ts 3:0-23 ``` Others have reported the same problem (see #930). It appears that adding core-js to project.json fixes this problem--and that's all this PR does.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#767
No description provided.