diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index ac378fe37..aee372baf 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -289,7 +289,7 @@ function getCssOptions({ preprocessorOptions: { scss: { additionalData(source, fp) { - if (fp.endsWith("index.scss")) { + if (isDevelopment || fp.endsWith("index.scss")) { /** Enable for font awesome v6 */ /* const fontawesomeClasses = getFontawesomeConfig();