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.