question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Webpack iterative builds broken by workbox-webpack-plugin@5.0.0-rc.0

See original GitHub issue

Library Affected: workbox-webpack-plugin

Browser & Platform: Google Chrome 78.0.3904.87 Firefox 70.0.1

Issue or Feature Request Description: Webpack iterative builds broken when WorkboxWebpackPlugin.InjectManifest is used at version 5.0.0-rc.0. Version 4.3.1 works fine. See example https://github.com/amosyuen/workbox-hmr-broken

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ms-fadaeicommented, Apr 14, 2020

I have this issue too, in webpack-dev-server hot reload broken hard reload not working too…

Update: I use empty sw.js and also remove all options but still not working

new InjectManifest({ swSrc: './src/service-worker.js' })

0reactions
tropicadricommented, May 10, 2021

Given that we were unable to reproduce and that we’ve released new updates to workbox-webpack-plugin since the original report, I’m going to close this issue.

If you’re still running into this issue with the current version of workbox-webpack-plugin, sharing a configuration that can reproduce the issue would be appreciated, and we can reopen at that point.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How I solved and debugged my Webpack issue through trial ...
When webpack bundles your source code, it can become difficult to track down errors and warnings to their original location.
Read more >
Webpack suddenly broke - Stack Overflow
But I think ts-lint is just crashing on wrong input (something else in a chain broke it earlier). I am pretty sure I...
Read more >
To v5 from v4 - webpack
Webpack 5 ships with built-in this.getOptions method available in loader context. This is a breaking change for loaders that had been using getOptions...
Read more >
WebPack For Visual Studio Developers - Telerik Blogs
Pass on that. When I'm coding, I want to be able to File / New Project / ROCK AND ROLL! Unfortunately, the lack...
Read more >
Top 5 webpack-notifier Code Examples - Snyk
Learn more about how to use webpack-notifier, based on webpack-notifier code ... options.debug = "true"; // These lines break the build into two...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found