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
Library Affected: workbox-build
Browser & Platform: Using Vite 2, but could apply to other cases too
Issue or Feature Request Description:
'Insufficient rollup version: "@rollup/plugin-node-resolve" requires at least [email protected] but found [email protected].
Vite v2.x has "rollup": ">=2.59.0 <2.78.0": https://github.com/vitejs/vite/blob/59363526015bcfc191d5839b5889d73df7f84373/packages/vite/package.json#L49
"rollup": ">=2.59.0 <2.78.0"
So, any Vite 2 user won't be able to use 7.1.0, 7.1.1, or anything that may come after, if this is not addressed.
The text was updated successfully, but these errors were encountered:
fix(app-vite): pin workbox-build to 7.0.x
bcce29e
instead of ^7.0.0, see GoogleChrome/workbox#3357
No branches or pull requests
Library Affected:
workbox-build
Browser & Platform:
Using Vite 2, but could apply to other cases too
Issue or Feature Request Description:
Vite v2.x has
"rollup": ">=2.59.0 <2.78.0"
:https://github.com/vitejs/vite/blob/59363526015bcfc191d5839b5889d73df7f84373/packages/vite/package.json#L49
So, any Vite 2 user won't be able to use 7.1.0, 7.1.1, or anything that may come after, if this is not addressed.
The text was updated successfully, but these errors were encountered: