Webpack iterative builds broken by workbox-webpack-plugin@5.0.0-rc.0
See original GitHub issueLibrary 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:
- Created 4 years ago
- Reactions:1
- Comments:13 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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' })
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.