You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In html template instead, we could use something like html-webpack-injector-plugin to simplify the injection of the correct entry (chunk), automatically using the correct (hashed) file-name
I should instead ask to specify the file-name in config, if one specific name is required.
The text was updated successfully, but these errors were encountered:
offtherailz
changed the title
Investigate to use hashes by default
hashed names not generated for main entries - Investigate to use hashes by default
Oct 6, 2021
thanks for the solution, it will help me with my current project. Anyway you understand that "trying to guess the name" is not a stable solution. (e.g. if you have many pages and bundles, or short names that can cause false positive). An hashed file is also better digested by server side caches that passing v= may be confused and not able to cache
When creating entries, to avoid cache issues, by default, where not specified in a different way, we should use cache.
mapstore-project/types/standard/config/index.js
Line 109 in 2554378
In html template instead, we could use something like html-webpack-injector-plugin to simplify the injection of the correct entry (chunk), automatically using the correct (hashed) file-name
I should instead ask to specify the file-name in config, if one specific name is required.
The text was updated successfully, but these errors were encountered: