This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
zone.js loaded by twice, by two separate sources #910
Comments
Is there any way to determine it or not? |
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
May 22, 2018
…cate Zone error
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
May 22, 2018
…cate Zone error
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
May 26, 2018
…cate Zone error
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Jun 20, 2018
…cate Zone error
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Jun 20, 2018
…cate Zone error
JiaLiPassion
added a commit
to JiaLiPassion/zone.js
that referenced
this issue
Jun 25, 2018
…cate Zone error
ankit886
added a commit
to ankit886/zone.js
that referenced
this issue
Jul 2, 2018
…cate Zone error (#1)
mhevery
pushed a commit
that referenced
this issue
Jul 3, 2018
I need to subscribe myself to this issue, waiting for a release of the fix. |
I was able to solve this issue by ejecting the webpack config then namespacing my chunks via the To be honest I don't understand how this resolves the issue of |
Should the same be done for loading patches? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I built a JS widget using angular 2 that is embedded on other websites. One of the sites that the widget is embedded on has another script that loads zone.js. So when my script loads I get the error:
Is there a way to configure angular-cli (1.0.0-rc.0)/webpack to not load zone.js if it has previously been loaded?
The text was updated successfully, but these errors were encountered: