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
peerDeps are:
rollup-plugin-web-worker-loader/package.json
Lines 22 to 24 in 48df453
so load is not up to date and this can clash and dedupe an already installed rollup 3.
Would you consider adding ^3.0.0 to it?
^3.0.0
The only place I see it is used is here and the rollup API seems to be the same between v2 and v3:
rollup-plugin-web-worker-loader/src/plugin/load.js
Lines 82 to 98 in 48df453
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
peerDeps are:
rollup-plugin-web-worker-loader/package.json
Lines 22 to 24 in 48df453
so load is not up to date and this can clash and dedupe an already installed rollup 3.
Would you consider adding
^3.0.0
to it?The only place I see it is used is here and the rollup API seems to be the same between v2 and v3:
rollup-plugin-web-worker-loader/src/plugin/load.js
Lines 82 to 98 in 48df453
The text was updated successfully, but these errors were encountered: