mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): revert font-inlining (#54573)
To fix the CI/Build for ADEV. PR Close #54573
This commit is contained in:
parent
3f95829f6d
commit
812a9729fa
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@
|
|||
"webWorkerTsConfig": "tsconfig.worker.json",
|
||||
"optimization": {
|
||||
"fonts": {
|
||||
"inline": true
|
||||
// TODO(josephperrott): enabled inline scripts
|
||||
"inline": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue