Remove chunkhash

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 63c3b9a4cc)
This commit is contained in:
Christopher Ng 2021-07-28 03:59:59 +00:00
parent 9353802ba4
commit b1865cc10b

View file

@ -12,7 +12,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: {