-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Sourcemap with prod build and differential loading does not work with update to 8.3.0 #15460
Milestone
Comments
clydin
added a commit
to clydin/angular-cli
that referenced
this issue
Aug 27, 2019
…differential loading Fixes angular#15460
I just ran into this as well using Angular CLI: 9.0.0-next.0
Node: 12.3.0
OS: darwin x64
Angular: 9.0.0-next.3
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
... service-worker
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.900.0-next.0
@angular-devkit/build-angular 0.900.0-next.0
@angular-devkit/build-optimizer 0.900.0-next.0
@angular-devkit/build-webpack 0.900.0-next.0
@angular-devkit/core 9.0.0-next.0
@angular-devkit/schematics 9.0.0-next.0
@angular/cdk 8.1.4
@angular/cli 9.0.0-next.0
@angular/fire 5.2.1
@angular/language-service 8.2.3
@angular/material 8.1.4
@angular/pwa 0.900.0-next.0
@ngtools/webpack 9.0.0-next.0
@schematics/angular 9.0.0-next.0
@schematics/update 0.900.0-next.0
rxjs 6.5.2
typescript 3.5.3
webpack 4.39.2 Manually adding the mapping myself enabled me to get a proper report from |
clydin
added a commit
to clydin/angular-cli
that referenced
this issue
Aug 28, 2019
…differential loading Fixes angular#15460
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 8.2.2 (specifically @angular-devkit/build-angular 0.802.2)Description
The sourcemap comment is missing from main-es2015..js when doing a production build with sourceMaps turned on. main-es5..js
🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: