diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 4e993325df..f5298600b0 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -50,7 +50,7 @@ module.exports = { '@': resolve('src') } }, - output: { + output: process.env.NODE_ENV === 'development' ? {} : { filename: `js/[name].[contenthash:8].${pkg.version}.js`, publicPath: '/', chunkFilename: `js/[name].[contenthash:8].${pkg.version}.js`