mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
ui: Add chunk hash to static js file name
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = (env, argv) => {
|
||||
const production = argv.mode === 'production'
|
||||
const config = {
|
||||
output: {
|
||||
filename: 'static/[name].js',
|
||||
filename: 'static/[name].[hash:8].js',
|
||||
publicPath: '/',
|
||||
},
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user