mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Remove chunkhash
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
9a9df238a6
commit
63c3b9a4cc
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ module.exports = {
|
|||
path: path.resolve(__dirname, './js'),
|
||||
publicPath: '/js/',
|
||||
filename: 'vue-[name].js?v=[contenthash]',
|
||||
chunkFilename: 'vue-[name]-[chunkhash].js?v=[contenthash]',
|
||||
chunkFilename: 'vue-[name].js?v=[contenthash]',
|
||||
jsonpFunction: 'webpackJsonpSettings',
|
||||
},
|
||||
optimization: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue