mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
When using the esbuild-based browser application builder, all the watch-related code is now only imported when the watch mode is enabled. This removes the need for Node.js to resolve and load code that will not be used.