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
rollup-plugin-web-worker-loader shouldn't break the rollup-plugin-css-only plugin.
Actual Behavior
With my config, when I enable the rollup-plugin-web-worker-loader and I have at least one web worker, my rollup-plugin-css-only does not output anything.
How to reproduce
You can run npm install && npm run build, there will be no bundle.css generated in public/build.
If you disable the rollup-plugin-web-worker-loader in rollup.config.js and build again, there will be a bundle.css.
The text was updated successfully, but these errors were encountered:
Expected Behavior
rollup-plugin-web-worker-loader shouldn't break the rollup-plugin-css-only plugin.
Actual Behavior
With my config, when I enable the
rollup-plugin-web-worker-loader
and I have at least one web worker, myrollup-plugin-css-only
does not output anything.How to reproduce
You can run
npm install && npm run build
, there will be nobundle.css
generated inpublic/build
.If you disable the rollup-plugin-web-worker-loader in
rollup.config.js
and build again, there will be abundle.css
.The text was updated successfully, but these errors were encountered: