GoogleChrome / workbox

📦 Workbox: JavaScript libraries for Progressive Web Apps
https://developers.google.com/web/tools/workbox/
MIT License
12.34k stars 814 forks source link

[workbox-build,workbox-webpack-plugin] `source-map-url` is deprecated #3019

Closed rtritto closed 2 years ago

rtritto commented 2 years ago

source-map-url is deprecated and it's a dependency of workbox-build and workbox-webpack-plugin.

alexey-koran commented 2 years ago

@jeffposnick Hi, maybe you can check this?

jeffposnick commented 2 years ago

We really only need one of the RegExps that the module provided, and it's MIT licensed, so we'll move an adaptation of that code into a local module in the Workbox project.

jeffposnick commented 2 years ago

https://github.com/GoogleChrome/workbox/compare/source-map-url?expand=1 has the change for workbox-build.

Once #2882 is complete, I'll update the branch to do the same for workbox-webpack-plugin.

This should get published as part of our v6.5.0 release.

jeffposnick commented 2 years ago

This is resolved in the https://github.com/GoogleChrome/workbox/releases/tag/v6.5.0 release.