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
This probably would help with cache invalidation problems, where clients (i.e. browsers) won't fetch a new copy of b2share-bundle.js after webpack build.
b2share-bundle.js
andb2share-bundle.js.map
files during webpack build.b2share-bundle-<CONTENTHASH>.js
dynamically toindex.html
(b2share/webui/app/index.html
Line 97 in d846068
html-webpack-plugin -webpack module could be used for 2.
It supports lodash templating out-of-the-box.
v.3.2.0 seems to be the last compatible version with webpack v1 which we still use: https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md#400-2020-03-23 --> "Dropped support for Webpack 1 - 3".
See this and this for more info on templating index.html with html-webpack-plugin.
The text was updated successfully, but these errors were encountered: