Missing manifest entries with webpack watch mode recompilations
Brought to you by:
tomkozak
Originally created by: jeffposnick
Originally owned by: jeffposnick
@arackaf noted an issue that could roughly be reprduced by:
react/ subdirectory, running npm run watch.temp-sw branch, triggering a recompilation.At that point, at least the index.html (generated by html-webpack-plugin), and maybe some other assets are missing from the re-generated precache manifest.
Ticket changed by: jeffposnick
Originally posted by: jeffposnick
(This is actually [#1790], which unfortunately was overlooked leading up to the v5 release, but which should get some attention soon.)
Related
Tickets:
#1790Originally posted by: arackaf
In the outside chance anyone needs those repro steps above, use
special/pre-temp-swinstead of master, above, for the "before" step, then switch to temp-sw to trigger the rebuild.