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
Sorry that there's no progress to report; based on some local debugging, I can see that DefinePlugin does get added to the childCompilation that workbox-webpack-plugin creates, and I can see it being called during that compilation, but it doesn't appear to have the intended effect.
Library Affected:
workbox-webpack-plugin@5.0.0
Browser & Platform:
all browsers
Issue or Feature Request Description:
webpackCompilationPlugins
doesn't applywebpack.DefinePlugin
andwebpack.EnvironmentPlugin
to the output bundle.The following does not replace
__REVISION__
in sw.js:The text was updated successfully, but these errors were encountered: