rollup / rollup

Next-generation ES module bundler
https://rollupjs.org
Other
25.17k stars 1.48k forks source link

Watcher does not emit BUNDLE_START or BUNDLE_END #2551

Open tmsdnl opened 5 years ago

tmsdnl commented 5 years ago

How Do We Reproduce?

Setup a rollup.watch watcher (Gist)

Run:

yarn watch:single || npm run watch:single
yarn watch:multi || npm run watch:multi

Expected Behavior

BUNDLE_START and BUNDLE_END events emitted.

Actual Behavior

BUNDLE_START and BUNDLE_END events are not emitted.

shellscape commented 5 years ago

@lukastaegert is this still the case for 1.x?