refactor(nx/server): fix proxying of stylesheets

This commit is contained in:
Elian Doran
2025-04-23 10:24:05 +03:00
parent 0d4de2a7dd
commit b2d051edee
2 changed files with 10 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ module.exports = {
}
],
baseHref: '/',
assets: ["./src/assets"],
assets: ["./src/assets", "./src/stylesheets"],
styles: [],
outputHashing: process.env['NODE_ENV'] === 'production' ? 'all' : 'none',
optimization: process.env['NODE_ENV'] === 'production',