Remove chunkhash

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 63c3b9a4cc)
pull/28305/head
Christopher Ng 3 years ago
parent bc73a9c66e
commit c92453f31a

@ -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: {

Loading…
Cancel
Save