WARNING in InjectManifest has been called multiple times
Brought to you by:
tomkozak
Originally created by: developdeez
Hi Im using the receipes accroding to the example and injecting my sw using the webpack plugin (InjectManifest).
Everything seems fine but I noticed this error (below). Should I be concerned? If so how do I fix it?
WARNING in InjectManifest has been called multiple times, perhaps due to running webpack in --watch mode. The precache manifest generated after the first call may be inaccurate! Please see https://github.com/GoogleChrome/workbox/issues/1790 for more information.
Originally posted by: jeffposnick
You don't have to be worried in general—especially if you're using
--watchas the error message assumes. There's more context in [#1790], but it's not something that would affect your production deployments.Related
Tickets:
#1790Ticket changed by: jeffposnick