Replies: 3 comments 2 replies
-
Additional info... walking backwards into the CLI adding some additional logging. the watcher never exits the BUNDLE_START state
|
Beta Was this translation helpful? Give feedback.
2 replies
-
This PR appears to callout some kind of deadlock condition, perhaps it is related? #898 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
tracked here #3890 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're seeing impressive build time improvements when porting from Rollup to Rolldown, but when we attempt to use
--watch
mode in the build environment, we see Rolldown not complete building the output.I'm sure there's something specific to the environment or codebase, as watch seems to work fine in a trivial example.
The output from the cli
From the console it seems that our project does not finish rebuilding, manually inspecting the output file we can see that source changes are not emitted.
I've attempted to set RD_LOG and the volume of output is very large, so I won't post it here without some guidance of what is helpful to narrow this down.
I've tried adding some exclusions to the watch.exclude property, and I've hacked the source code to remove any Rollup plugins from the build environment.
Please chime in if you have some suggestions on how to narrow down the problem.
Beta Was this translation helpful? Give feedback.
All reactions