Skip to content
New issue

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

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

Open
emilbonnek opened this issue Jan 28, 2023 · 1 comment

Comments

@emilbonnek
Copy link

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.
GoogleChrome/workbox#3154

My app
└─┬ vite-plugin-pwa@0.12.8
  └─┬ workbox-build@6.5.4
    └── rollup-plugin-terser@7.0.2
@IARI
Copy link

IARI commented Mar 25, 2023

unfortunately the maintenance status of workbox appears to be unclear
GoogleChrome/workbox#3149

ferferga added a commit to jellyfin/jellyfin-vue that referenced this issue Apr 10, 2023
We can always reintroduce Vite PWA once we iron out the
rest of the things and our app is more ready to work offline
(by properly using stores, for example)

The status of workbox support is unclear, once it's clear we can
think about supporting it again: vite-pwa/vite-plugin-pwa#452
ThibaultNocchi pushed a commit to jellyfin/jellyfin-vue that referenced this issue Apr 10, 2023
We can always reintroduce Vite PWA once we iron out the
rest of the things and our app is more ready to work offline
(by properly using stores, for example)

The status of workbox support is unclear, once it's clear we can
think about supporting it again: vite-pwa/vite-plugin-pwa#452
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants