-
Notifications
You must be signed in to change notification settings - Fork 12k
Is possible to remove [chunkhash] in production build using flag or config #3711
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 think a better option would be to have the CLI write out a JSON map file of the bundle name to the hashed bundle name.
This way any third party tools could consume the generated hashed bundles. Another option would be for consuming code to do a file lookup in the dist folder and pattern match against the hashed files and generate the map dynamically. This should be trivial in C#. |
Dupe of #2774 |
fixed by using asp.net core tag helpers
|
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. |
Is possible to remove [chunkhash] in production build using flags or config,
i am using ASP.NET with angular2 and cli but can't use production to build with out manual steps to update scripts referenced in cshtml file to reflect the new chunkhash
Sorry for my bad English and if anyone can help or have an idea to help will be greet to hear from you
The text was updated successfully, but these errors were encountered: