Browse Source

feat(api): disable output hashing

pull/7198/head
KenTandrian 2 weeks ago
parent
commit
3c48875e89
  1. 1
      apps/api/webpack.config.js

1
apps/api/webpack.config.js

@ -9,6 +9,7 @@ const configValues = {
deleteOutputPath: false, deleteOutputPath: false,
main: './src/main.ts', main: './src/main.ts',
outputPath: 'dist/apps/api', outputPath: 'dist/apps/api',
outputHashing: 'none',
sourceMap: true, sourceMap: true,
target: 'node', target: 'node',
tsConfig: './tsconfig.app.json' tsConfig: './tsconfig.app.json'

Loading…
Cancel
Save