-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
kind: bugSomething isn't working properlySomething isn't working properlyscope: cacheRelated to the cacheRelated to the cachescope: integrationRelated to an integration, not necessarily to core (but could influence core)Related to an integration, not necessarily to core (but could influence core)scope: watch modeRelated to Rollup's watch modeRelated to Rollup's watch mode
Description
Rollup Version
3.20.2
Operating System (or Browser)
Windows 10 latest
Node Version (if applicable)
18.13.0
Link To Reproduction
https://stackblitz.com/edit/rollup-repro-jz3iti?file=package.json
OR
https://github.com/nfxpnk/rollup-test
Expected Behaviour
- Run watch process:
npm run watch
- Edit file
test/flying-saucer/base/global/index.ts
- Watch process updates
- See builded file -
dist-test/start.js
- New changes made in
test/flying-saucer/base/global/index.ts
present in builded filedist-test/start.js
Actual Behaviour
- Run watch process:
npm run watch
- Edit file
test/flying-saucer/base/global/index.ts
- Watch process updates
- See builded file -
dist-test/start.js
- No changes in
dist-test/start.js
If you will run just regular build with npm run build
it works as expected.
Clean JS - not reproduceable - https://stackblitz.com/edit/rollup-repro-eghflu?file=rollup.config.js
Metadata
Metadata
Assignees
Labels
kind: bugSomething isn't working properlySomething isn't working properlyscope: cacheRelated to the cacheRelated to the cachescope: integrationRelated to an integration, not necessarily to core (but could influence core)Related to an integration, not necessarily to core (but could influence core)scope: watch modeRelated to Rollup's watch modeRelated to Rollup's watch mode