Charles Lyding f99e106e32 refactor(@angular-devkit/build-angular): directly watch package lock files in esbuild builder
When using the esbuild-based browser application builder in watch mode, all `node_modules`
directories will now be ignored by the file watcher. Instead all relevant package manifests
and lock files for `npm`, `yarn, and `pnpm` will be watched to detect potential changes
to the project's dependencies. This avoids creating a potentially large amount of filesystem
watchers as the node modules directories can be very large.
2023-04-11 16:48:22 +00:00
..
2023-02-16 14:59:40 +00:00
2023-02-16 14:59:40 +00:00
2023-03-02 18:59:49 +00:00