From b1865cc10b508899dc87b39e769553fcf23507d7 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 28 Jul 2021 03:59:59 +0000 Subject: [PATCH] Remove chunkhash Signed-off-by: Christopher Ng (cherry picked from commit 63c3b9a4cc281cf5f69f5c4313f2b9d238c07308) --- apps/settings/webpack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings/webpack.js b/apps/settings/webpack.js index 6ae417df149..3c9f8fe2d0a 100644 --- a/apps/settings/webpack.js +++ b/apps/settings/webpack.js @@ -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: {