You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running rollup with the typescript plugin the bundle is produced but the command never exists. When the typescript plugin is removed and entry point is changed to a .js file then the command terminates appropriately.
Edit: Created a REPL in case that is easier for you
The text was updated successfully, but these errors were encountered:
calebmchenry
changed the title
Typescript plugin cases rollup to never terminate
Typescript plugin causes rollup to never terminate
Sep 10, 2021
OK. I just closed the same exact issue three hours ago (#994), and there are a number of other issues (#993 #991) that are duplicates of the original reported, which has a resolution - #983
Please start searching issues before opening new issues.
Expected Behavior
rollup to terminate after producing bundle
Actual Behavior
rollup command never terminates
Additional Information
When running rollup with the typescript plugin the bundle is produced but the command never exists. When the typescript plugin is removed and entry point is changed to a .js file then the command terminates appropriately.
Edit: Created a REPL in case that is easier for you
The text was updated successfully, but these errors were encountered: