简体   繁体   中英

Bazel reload times very slow using Angular

Running an Angular project with 20+ separate modules and the reload times after making any simple change are 10s+ for each module. Using incremental builds so only effected modules are rebuilt, but the times are a bottleneck to development. Any insight in where to start debugging the issue or a fix is appreciated.

Using build_bazel_rules_nodejs.

Can you run with profiling enabled,during the loading phase to see what's going on? You can run with --nobuild --noanalyze to avoid doing the whole build. As mentioned here to see the performance

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM