Also skip inline style optimization in sandbox (#3177)

This commit is contained in:
gbrodman
2026-07-24 15:52:44 +00:00
committed by GitHub
parent 0b8025d3db
commit 147e7dabcb
+8
View File
@@ -90,6 +90,14 @@
"with": "src/environments/environment.sandbox.ts"
}
],
"optimization": {
"scripts": true,
"styles": {
"minify": true,
"inlineCritical": false
},
"fonts": true
},
"outputHashing": "all"
},
"crash": {