Open
Description
if I have a process that rebuilds the manifest during development ( ie... webpack watch )
the manifest file will be loaded from the require cache and therefore not have the latest updates.
can be fixed like below:
delete require.cache[require.resolve(opts.manifest)];
manifest = require(opts.manifest);
Metadata
Metadata
Assignees
Labels
No labels