diff --git a/web/nuxt.config.ts b/web/nuxt.config.ts index 2222d03ff..0dc2a13b6 100644 --- a/web/nuxt.config.ts +++ b/web/nuxt.config.ts @@ -6,6 +6,7 @@ for (const k in envConfig) { } /** + * Used to avoid redeclaring variables in the webgui codebase. * @see alt solution https://github.com/terser/terser/issues/1001, https://github.com/terser/terser/pull/1038 */ function terserReservations(inputStr) {