Skip to content
New issue

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

Breaking rollup-plugin-css-only plugin #60

Open
aurmartin opened this issue Dec 27, 2021 · 0 comments
Open

Breaking rollup-plugin-css-only plugin #60

aurmartin opened this issue Dec 27, 2021 · 0 comments

Comments

@aurmartin
Copy link

  • Rollup Plugin Name: rollup-plugin-web-worker-loader
  • Rollup Plugin Version: 1.6.1
  • Rollup Version: 2.62.0
  • Operating System (or Browser): macOS 11.6 BigSur
  • Node Version: v16.13.0
  • Link to reproduction : project.zip

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, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant