vite-pwa / vite-plugin-pwa

Zero-config PWA for Vite
https://vite-pwa-org.netlify.app/
MIT License
3.15k stars 206 forks source link

WARN deprecated rollup-plugin-terser@7.0.2 & WARN deprecated sourcemap-codec@1.4.8 #452

Open emilbonnek opened 1 year ago

emilbonnek commented 1 year ago

Getting these warnings on installation:

npm WARN deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead

On version 0.12.8. It is coming through from workbox-build and there is already an issue on their repo. https://github.com/GoogleChrome/workbox/issues/3154

My app
└─┬ vite-plugin-pwa@0.12.8
  └─┬ workbox-build@6.5.4
    └── rollup-plugin-terser@7.0.2
IARI commented 1 year ago

unfortunately the maintenance status of workbox appears to be unclear https://github.com/GoogleChrome/workbox/issues/3149