From 63c3b9a4cc281cf5f69f5c4313f2b9d238c07308 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 28 Jul 2021 03:59:59 +0000 Subject: Remove chunkhash Signed-off-by: Christopher Ng --- apps/settings/webpack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings/webpack.js') diff --git a/apps/settings/webpack.js b/apps/settings/webpack.js index 8c6aacc3c94..32dbf8fbd69 100644 --- a/apps/settings/webpack.js +++ b/apps/settings/webpack.js @@ -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: { -- cgit v1.2.3