Fix long term caching error
parent
bbf9bdad28
commit
56ae3da2fb
|
@ -39,7 +39,6 @@ export default defineConfig(({ command, mode }) => ({
|
|||
return 'modele-social'
|
||||
}
|
||||
},
|
||||
entryFileNames: '[name].js',
|
||||
chunkFileNames: (chunkInfo) => {
|
||||
if (chunkInfo.isDynamicEntry) {
|
||||
return 'assets/lazy_[name].[hash].js'
|
||||
|
|
Loading…
Reference in New Issue