mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 04:45:08 -05:00
build(ui): skip logging ctx plugin when running tests
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user