mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
642d009501
* Switches all examples to use dev-infra's canonical ESM-compatible `http_server`. * Uses ESBuild for bundling ESM into a single file, compared to having to load hundreds of individual ESM files in the browser (potential source of flakiness & slowness). PR Close #48521
8 lines
142 B
Python
8 lines
142 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
exports_files([
|
|
"tsconfig-build.json",
|
|
"start-server.js",
|
|
"index.html",
|
|
])
|