-
Notifications
You must be signed in to change notification settings - Fork 12k
ReferenceError: webpackJsonp is not defined #4998
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
I have the same error! |
my solution <script type="text/javascript" src="/javascripts/inline.c36e4ea421785d053d7f.bundle.js" defer></script> <script type="text/javascript" src="/javascripts/vendor.7aa5613277cc5d97af42.bundle.js" defer></script> <script type="text/javascript" src="/javascripts/main.f40c5b60e8aad8074c2d.bundle.js" defer></script>=) |
Problem still exists in CLI RC.0 I created a new project and this is the result of running ng build --prod
Running following versions.... |
I am also facing the same issue. |
I mysteriously started working again without doing anything! My guess is that a npm package has been updated within the last hour, and the npm update/install has loaded the fix. |
The problem was with [email protected]. Fresh installs will pull [email protected] which resolved the issue for me. |
@mscahill's solution worked for me. Thank you |
@mscahill Thank you! |
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.
@angular/cli: 1.0.0-beta.32.3
node: 7.5.0
os: win32 x64
@angular/common: 2.4.8
@angular/compiler: 2.4.8
@angular/core: 2.4.8
@angular/forms: 2.4.8
@angular/http: 2.4.8
@angular/platform-browser: 2.4.8
@angular/platform-browser-dynamic: 2.4.8
@angular/router: 3.4.8
@angular/cli: 1.0.0-beta.32.3
@angular/compiler-cli: 2.4.8
I use commands
ng build --prod
orng build --prod --aot
for production my projects,after connected file in document index.html -> errors occur:
and
The text was updated successfully, but these errors were encountered: