From 3c48875e896057e9ab465636942b7e12c45390fe Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Fri, 3 Jul 2026 22:07:45 +0700 Subject: [PATCH] feat(api): disable output hashing --- apps/api/webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/webpack.config.js b/apps/api/webpack.config.js index 29594c426..fe68bb87f 100644 --- a/apps/api/webpack.config.js +++ b/apps/api/webpack.config.js @@ -9,6 +9,7 @@ const configValues = { deleteOutputPath: false, main: './src/main.ts', outputPath: 'dist/apps/api', + outputHashing: 'none', sourceMap: true, target: 'node', tsConfig: './tsconfig.app.json'