Menu

#3154 WARN deprecated rollup-plugin-terser@7.0.2: WARN deprecated sourcemap-codec@1.4.8:

closed
nobody
None
2023-05-26
2023-01-20
Anonymous
No

Originally created by: jwbrede2217

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" } [}

Related

Tickets: #3170

Discussion

  • Anonymous

    Anonymous - 2023-01-24

    Originally posted by: GamerBene19

    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.

     
  • Anonymous

    Anonymous - 2023-01-28

    Originally posted by: emilbonnek

    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

     
  • Anonymous

    Anonymous - 2023-05-26

    Originally posted by: tropicadri

    duplicate [#3200]

     

    Related

    Tickets: #3200

  • Anonymous

    Anonymous - 2023-05-26

    Ticket changed by: tropicadri

    • status: open --> closed
     

Log in to post a comment.