From f232aa47f77d1f863b2803c364a5ab7069bd0033 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 8 Aug 2023 16:38:01 -0700 Subject: [PATCH] chore: comment about terserReservations --- web/nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) 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) {