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
I want to give the vite-plugin-pwa a try. So I setup a new workspace (npm create vite@latest) based on vite 5.1.4
But when I then install the vite-plugin-pwa I get some warnings:
npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead
npm WARN deprecated [email protected]: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained
Can I ignore them?
The text was updated successfully, but these errors were encountered:
I want to give the vite-plugin-pwa a try. So I setup a new workspace (
npm create vite@latest
) based on vite 5.1.4But when I then install the vite-plugin-pwa I get some warnings:
Can I ignore them?
The text was updated successfully, but these errors were encountered: