Added hash when loacind JS file to bust cache (#755)
This commit is contained in:
parent
9b253ffee1
commit
037ca41b64
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ function makeCommonConfig() {
|
|||
template: 'html-templates/page.ejs',
|
||||
filename: 'index.html',
|
||||
publicPath: '{{.BaseURL}}/',
|
||||
hash: true,
|
||||
}),
|
||||
],
|
||||
entry: ['./src/main.tsx', './src/userSettings.ts'],
|
||||
|
|
Loading…
Reference in a new issue