File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11load ("//:packages.bzl" , "link_packages" )
2+ load ("@aio_npm//@angular/build-tooling/bazel/remote-execution:index.bzl" , "ENABLE_NETWORK" )
23load ("@bazel_skylib//rules:common_settings.bzl" , "bool_flag" )
34load ("@build_bazel_rules_nodejs//:index.bzl" , "copy_to_bin" )
45load ("@npm//@angular-devkit/architect-cli:index.bzl" , "architect" , "architect_test" )
@@ -131,6 +132,8 @@ architect(
131132 data = APPLICATION_DEPS + [
132133 ":application_files_bin" ,
133134 ],
135+ # Network is required to inline fonts.
136+ exec_properties = ENABLE_NETWORK ,
134137 output_dir = True ,
135138)
136139
Original file line number Diff line number Diff line change 3939 "webWorkerTsConfig" : " tsconfig.worker.json" ,
4040 "optimization" : {
4141 "fonts" : {
42- // TODO(josephperrott): enabled inline scripts
43- "inline" : false
42+ "inline" : true
4443 }
4544 }
4645 },
You can’t perform that action at this time.
0 commit comments