diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 50a6d2c..0fc3d38 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -13,5 +13,5 @@ module.exports = { indexPath: './frontend/index.html', productionSourceMap: false, - filenameHashing: false, + filenameHashing: true, };