mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
The underlying file watching functionality now uses the `watchpack` library for all builders. This includes the Webpack-based `browser` and the esbuild-based `application`/ `browser-esbuild`. This not only has the advantage of a single dependency for both but also provides more consistent behavior between the two build system in regards to file watching. Since the implementation of the file watching is fully encapsulated, there is no change to the options or configurations of consuming applications.