mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
10 lines
320 B
Plaintext
10 lines
320 B
Plaintext
# Make TypeScript compilation fast, by keeping a few copies of the compiler
|
|
# running as daemons, and cache SourceFile AST's to reduce parse time.
|
|
build --strategy=TypeScriptCompile=worker
|
|
|
|
# Performance: avoid stat'ing input files
|
|
build --watchfs
|
|
|
|
# Do not generate the symbolic links bazel-*.
|
|
build --symlink_prefix=/
|