-
Notifications
You must be signed in to change notification settings - Fork 12k
How to Name Chunks? #5244
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
@Narasimha969 : why ? what is the problem ? |
@figuerres I want to set my own defined names for those 0,1,2,3, 4 etc .. |
DUP of #5171 |
webpack 2.4.0 has nice Features
https://github.com/webpack/webpack/releases/tag/v2.4.0 |
Here you go! |
When i run with dev mode, all the chunks are generated with your names, in prod mode, the chunks are generated with sequential numbers. In my case, i need the sequential number in both modes. Dev mode: Prod mode: Someone knows why this happen? |
@meyer20 In angular.json file, check for configurations "dev": { change namedChunks to false |
Hi @Narasimha969, sorry for reply you too late. I tried your suggestion today, but i don't had success :/ My configuration: Scripts: Any suggestion? |
Would really love to be able to name chunks with the datestamp. Then when I see them in error logs I can see if someone is getting an old chunk somehow.
|
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. |
How to name chunks created by angular/cli in webpack

The text was updated successfully, but these errors were encountered: