Skip to content

Angular 6.0.0 --stats-json or sourceMap blocking at 95% when optimisation&buildOptimizer are set to true #10747

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

Closed
vytautas-pranskunas- opened this issue May 9, 2018 · 4 comments

Comments

@vytautas-pranskunas-
Copy link

Versions
Angular CLI: 6.0.0
Node: 9.8.0
OS: win32 x64
Angular: 6.0.0
... common, compiler, compiler-cli, core, forms, http
... language-service, platform-browser, platform-browser-dynamic
... router

Package                           Version
-----------------------------------------------------------
angular-devkit/build-angular: 0.6.0,
angular/cli: 6.0.0,
angular/compiler-cli: 6.0.0,
rxjs: 6.0.0
typescript: 2.7.2
webpack: 4.6.0

Repro steps

Build with this configuration :

 "optimization": true,
              "outputHashing": "none",
              "sourceMap": true,
              "extractCss": true,
              "namedChunks": false,
              "aot": true,
              "extractLicenses": true,
              "vendorChunk": true,
              "buildOptimizer": true,

Observed behavior

Blocking at 95% but folder and map exist on filesystem, cli never finish 95% step. (it works if disabled optimisation option)
95% emitting index-html-webpack-plugin

Desired behavior

Finish generation build with sourcemap when optimisation and buildOptimizer are enabled in configuration

@elvisbegovic
Copy link
Contributor

elvisbegovic commented May 9, 2018

you did good job, I confirm your copy/paste works well ! #10591

@vytautas-pranskunas-
Copy link
Author

@istiti exactly - only difference your ticket was somwhere below and used RC - i confirmed that it is the same with final 6 release.

@clydin
Copy link
Member

clydin commented May 9, 2018

Duplicate of #10591

@clydin clydin marked this as a duplicate of #10591 May 9, 2018
@clydin clydin closed this as completed May 9, 2018
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants