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

Update the stage at which the webpack plugin runs #2675

Merged
merged 3 commits into from
Nov 14, 2020
Merged

Conversation

jeffposnick
Copy link
Contributor

R: @Snugug @philipwalton

Fixes #2670

This is a tactical fix to get compatibility back with html-webpack-plugin in webpack v5 until webpack/webpack#11822 is resolved.

Copy link
Contributor

@Snugug Snugug left a comment

Choose a reason for hiding this comment

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

Again, don't know much about Webpack/plugin internals, but from reading the related issue this LGTM from what I can tell.

Only question I have, and is likely because I don't know the test suite well, is if there needs to be a test for this written for generate-sw in addition to inject-manifest, but I won't block on an answer.

@Snugug
Copy link
Contributor

Snugug commented Nov 13, 2020

@jeffposnick told me that the test is just being moved to the correct describe block and everything else is already covered by tests in html-webpack-plugin, so 👍 from me

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.

InjectManifest does not include index.html generated by html-webpack-plugin in 6.0.0-alpha.3
2 participants