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
After installing this module pnpm add -D vite-plugin-pwa pnpm gives a warning : WARN 2 deprecated subdependencies found: rollup-plugin-terser@7.0.2, sourcemap-codec@1.4.8
pnpm add -D vite-plugin-pwa
WARN 2 deprecated subdependencies found: rollup-plugin-terser@7.0.2, sourcemap-codec@1.4.8
vite-plugin-pwa 0.17.5 └─┬ workbox-build 7.0.0 peer ├─┬ @rollup/plugin-replace 2.4.2 │ └─┬ magic-string 0.25.9 │ └── sourcemap-codec 1.4.8 ├─┬ @surma/rollup-plugin-off-main-thread 2.2.3 │ └─┬ magic-string 0.25.9 │ └── sourcemap-codec 1.4.8 └── rollup-plugin-terser 7.0.2
New versions are : rollup/plugin-replace is 5.0.5 magic-string is 0.30.5 sourcemap-codec is 1.4.15 rollup-plugin-terser is @rollup/plugin-terser 0.4.4
The text was updated successfully, but these errors were encountered:
you can ignore the warnings, we'll review dependencies on next minor or major ('0.19.0or1.0.0`, check PR page)
or
Sorry, something went wrong.
@userquin Thanks for your work, but this issue still exist in latest version, there are any alternative solution?
No branches or pull requests
After installing this module
pnpm add -D vite-plugin-pwa
pnpm gives a warning :
WARN 2 deprecated subdependencies found: rollup-plugin-terser@7.0.2, sourcemap-codec@1.4.8
New versions are :
rollup/plugin-replace is 5.0.5
magic-string is 0.30.5
sourcemap-codec is 1.4.15
rollup-plugin-terser is @rollup/plugin-terser 0.4.4
The text was updated successfully, but these errors were encountered: