-
Notifications
You must be signed in to change notification settings - Fork 12k
can't serve after upgrade to 1.0.0-beta.25.5 #3997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
issue resolved by replacing with any help way this was happens |
Hi @alyahmedaly, I have the same issue, but I can't figure out where it's coming from.
How did you manage to find where was you issue? Also I don't have any |
for you the issue seems to be related to an import in app.menu.ts try to deep import campaign.service.ts |
The root cause of this issue is a bug in webpack 2.2.0-rc3 which has now been fixed in RC4: https://github.com/webpack/webpack/issues/3895 @hansl @filipesilva I modified my local angular-cli to use webpack 2.2.0-rc4 and it cleared the run time error perfectly. Many ng2 devs on github and gitter are experiencing these issues from the same root cause after upgrading to ng cli beta 25.5. Can you guys fast track this webpack dependency upgrade in the ng CLI codebase? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Versions.
Repro steps.
The log given by the failure.
my bundle is valid
Hash: 82c35e8cba93eecbbd9b
Time: 8538ms
chunk {0} main.bundle.js, main.bundle.map (main) 721 kB {3} [initial]
chunk {1} styles.bundle.js, styles.bundle.map (styles) 10.1 kB {4} [initial] [rendered]
chunk {2} scripts.bundle.js, scripts.bundle.map (scripts) 375 kB {4} [initial]
chunk {3} vendor.bundle.js, vendor.bundle.map (vendor) 5.69 MB [initial]
chunk {4} inline.bundle.js, inline.bundle.map (inline) 0 bytes [entry]
webpack: bundle is now VALID.
The text was updated successfully, but these errors were encountered: