mirror of
https://github.com/google/nomulus
synced 2026-07-26 10:03:23 +00:00
Also skip inline style optimization in sandbox (#3177)
This commit is contained in:
@@ -90,6 +90,14 @@
|
||||
"with": "src/environments/environment.sandbox.ts"
|
||||
}
|
||||
],
|
||||
"optimization": {
|
||||
"scripts": true,
|
||||
"styles": {
|
||||
"minify": true,
|
||||
"inlineCritical": false
|
||||
},
|
||||
"fonts": true
|
||||
},
|
||||
"outputHashing": "all"
|
||||
},
|
||||
"crash": {
|
||||
|
||||
Reference in New Issue
Block a user