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
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
The result artifacts after building the UI are a named bundle (main.js) and numbered bundles. This brings the risk of those assets being cached and causing strange behaviors not easily reproducible for users of the application.
This could be remediated by not caching any js file but then we would be missing the caching mechanism for other bundles like the Monaco editor.
Goal
Change the way how the artifacts are built to always output a hash in order to make them cacheable by the browser per version.
Please describe the task that needs to be done
Description
The result artifacts after building the UI are a named bundle (
main.js
) and numbered bundles. This brings the risk of those assets being cached and causing strange behaviors not easily reproducible for users of the application.This could be remediated by not caching any
js
file but then we would be missing the caching mechanism for other bundles like the Monaco editor.Goal
Change the way how the artifacts are built to always output a hash in order to make them cacheable by the browser per version.
Webpack related topic
The text was updated successfully, but these errors were encountered: