build(ui): skip logging ctx plugin when running tests

This commit is contained in:
psychedelicious
2025-07-28 19:23:57 +10:00
parent 18a722839b
commit 5a68b4ddbc

View File

@@ -72,7 +72,7 @@ export default defineConfig(({ mode }) => {
react(),
mode !== 'test' && eslint({ failOnError: mode === 'production', failOnWarning: mode === 'production' }),
tsconfigPaths(),
loggerContextPlugin(),
mode !== 'test' && loggerContextPlugin(),
visualizer(),
],
build: {