You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid this warning I think workbox-webpack-plugin would have to jump all the way to v6x because v5x still depends on a workbox-build v5x which depends on strip-comments@1.0.2 still, as shown here
However, workbox-build v6x depends on strip-comments@2.0.1 which does not have the babel-plugin-transform-object-rest-spread dependency
After some further digging I found this issue and pr that was added to v2x of strip-comments but is a simple fix I would think to remediate that dependency.
Is your proposal related to a problem?
Update
workbox-webpack-plugin
to strip deprecatedcore-js@2.6.11
.Describe the solution you'd like
https://www.npmjs.com/package/workbox-webpack-plugin
The text was updated successfully, but these errors were encountered: