build: fix fontawesome font path in development mode (@fehmer) (#7233)

This commit is contained in:
Christian Fehmer 2025-12-13 23:47:39 +01:00 committed by GitHub
parent e0b5c465cd
commit 766056180f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();