[workbox-build,workbox-webpack-plugin] `source-map-url` is deprecated
Brought to you by:
tomkozak
Originally created by: rtritto
Originally owned by: jeffposnick
source-map-url is deprecated and it's a dependency of workbox-build and workbox-webpack-plugin.
Originally posted by: alexey-koran
@jeffposnick Hi, maybe you can check this?
Originally posted by: jeffposnick
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.
Originally posted by: jeffposnick
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.
Related
Tickets:
#2882Ticket changed by: tropicadri
Originally posted by: jeffposnick
This is resolved in the https://github.com/GoogleChrome/workbox/releases/tag/v6.5.0 release.