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: #3154

Closed
jwbrede2217 opened this issue Jan 20, 2023 · 3 comments

Comments

@jwbrede2217
Copy link

jwbrede2217 commented Jan 20, 2023

npm install workbox-build

Package.Json
{ "name": "1.-npm-install-workbox-build", "version": "1.0.0", "main": "app.js", "scripts": { "test": "echo "Error: no test specified" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "express": "^4.18.2", "workbox-build": "^6.5.4" } [}

@GamerBene19
Copy link

I experience the same warning

warning next-pwa > workbox-webpack-plugin > workbox-build > rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
warning next-pwa > workbox-webpack-plugin > workbox-build > @rollup/plugin-replace > magic-string > sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead

seems like this package has to switch to @rollup/plugin-terser and @jridgewell/sourcemap-codec to fix this issue.

@emilbonnek
Copy link

Getting the same error.

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

Using version 6.5.4

@tropicadri
Copy link
Contributor

duplicate #3200

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

4 participants