-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
New user here. We use esbuild for bundling/minifiying (not watching, which our dev environment handles itself). We use the esbuild cli itself (the executable, on linux), not npm or anything related to node.
When using the esbuild cli it writes bundles even if there's no change to the final file. That triggers all sorts of watchers unnecessarily, which triggers recompilation of our code, etc.
Does the cli have "write only if changed" behaviour?
Metadata
Metadata
Assignees
Labels
No labels