We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the same as #38 but the issue is not fixed.
When rollup-plugin-web-worker-loader is combined with @rollup/plugins-typescript files no longer update after the first build when in --watch mode.
rollup-plugin-web-worker-loader
@rollup/plugins-typescript
--watch
Workaround is to use rollup-plugin-typescript2 instead of @rollup/plugins-typescript See: #38 (comment)
rollup-plugin-typescript2
Here is my minimal repro: https://github.com/MingweiSamuel/rollup-typescript-webworkers
The text was updated successfully, but these errors were encountered:
pr #58 so people can figure out what the heck is going on faster
Sorry, something went wrong.
It looks like the issue in @rollup/plugins-typescript is maybe fixed now - is it worth trying it again and seeing if using it is fine now?
Updated the repro to latest @rollup/plugins-typescript, bug is still there
(I ended up not using rollup-plugin-web-worker-loader for my project and instead made a separate rollup config for the worker's javascript bundle)
No branches or pull requests
This is the same as #38 but the issue is not fixed.
When
rollup-plugin-web-worker-loader
is combined with@rollup/plugins-typescript
files no longer update after the first build when in--watch
mode.Workaround is to use
rollup-plugin-typescript2
instead of@rollup/plugins-typescript
See: #38 (comment)
Here is my minimal repro: https://github.com/MingweiSamuel/rollup-typescript-webworkers
The text was updated successfully, but these errors were encountered: