We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d239f9 commit cd0a678Copy full SHA for cd0a678
web/nuxt.config.ts
@@ -1,6 +1,13 @@
1
import path from 'path';
2
+
3
4
5
import removeConsole from 'vite-plugin-remove-console';
6
7
8
9
10
11
/**
12
* Used to avoid redeclaring variables in the webgui codebase.
13
* @see alt solution https://github.com/terser/terser/issues/1001, https://github.com/terser/terser/pull/1038
@@ -162,10 +169,11 @@ export default defineNuxtConfig({
162
169
},
163
170
],
164
171
165
- ],
172
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
173
+ ] as any,
166
174
167
175
168
176
compatibilityDate: '2024-12-05',
177
178
ssr: false,
-});
179
+});
0 commit comments