Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/plugins workbox webpack plugin #2400

Merged
merged 8 commits into from
Mar 11, 2020

Conversation

prateekbh
Copy link
Collaborator

Fixes #2376

Description of what's changed/fixed.
The application of plugins is now a separate step, making sure that childCompiler is aware of the necessary changes before the plugins are applied

@prateekbh prateekbh requested a review from jeffposnick March 10, 2020 18:07
Copy link
Contributor

@jeffposnick jeffposnick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you drop the package-lock.json changes from this PR? I think all that they include is switching some URLs around for reasons I don't understand.

Otherwise, thanks a ton for figuring this out—glad it was an easy fix based on your previous work.

test/workbox-webpack-plugin/node/inject-manifest.js Outdated Show resolved Hide resolved
@prateekbh prateekbh changed the title Fix/plugins weorkbox webpack plugin Fix/plugins workbox webpack plugin Mar 10, 2020
@jeffposnick jeffposnick self-requested a review March 11, 2020 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

webpackCompilationPlugins doesn't seem to work
3 participants