From 969b9871488d5598a311e7f31d961976aad5beef Mon Sep 17 00:00:00 2001 From: Antoine Augusti Date: Thu, 12 Dec 2024 12:11:04 +0100 Subject: [PATCH] Add logging --- apps/transport/client/webpack.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/transport/client/webpack.prod.js b/apps/transport/client/webpack.prod.js index 8fb6da05f1..6ce84fc735 100644 --- a/apps/transport/client/webpack.prod.js +++ b/apps/transport/client/webpack.prod.js @@ -23,7 +23,7 @@ if (process.env.CI === 'true') { type: 'filesystem', compression: 'gzip' } - config.infrastructureLogging: { debug: true } + config.infrastructureLogging = { debug: true } } module.exports = merge(common, config)