Closed
Description
I saw you mentioning wrollup at rollup/rollup-watch#16 (comment), so thanks for sharing!
Unfortunately, I'm observing similar issues as described in rollup/rollup-watch#7 (comment):
After introducing a syntax error, wrollup reports "SyntaxError" with an excerpt of the source code. Immediately afterwards it reports numerous "RangeError: Maximum call stack size exceeded" exceptions at node_modules/rollup/dist/rollup.js:165:18
, from which it doesn't seem to recover - i.e. the bundle won't recompile after fixing the syntax error without restarting the wrollup process.
It appears that --nocache
might fix this, but that's of course too slow for regular use.
Metadata
Metadata
Assignees
Labels
No labels