-
Notifications
You must be signed in to change notification settings - Fork 863
Closed
Labels
BugAn issue with our existing, production codebase.An issue with our existing, production codebase.Developer ExperienceRelated to ease of use for developers.Related to ease of use for developers.workbox-webpack-plugin
Description
Library Affected:
workbox-webpack-plugin
Browser & Platform:
Webpack 2.3.3, workbox-webpack-plugin 3.6.3
Issue Description:
In the webpack --watch mode, precache-manifest.hash.js file at first generates a perfect list of files, but on subsequent updates it misses some files.
For example, files generated with CopyWebpackPlugin are missing (but including copyUnmodified: true in options helps).
Another kind of files that are missing, is fontawesome-webfont.eot?hash files (importes via this process https://medium.com/@chanonroy/webpack-2-and-font-awesome-icon-importing-59df3364f35c), this I don't yet know how to fix.
Here is a similar issue for another manifest plugin: shellscape/webpack-manifest-plugin#144.
felixbade, rzfrsn, fedorovsky, bernaferrari, banyudu and 6 more
Metadata
Metadata
Assignees
Labels
BugAn issue with our existing, production codebase.An issue with our existing, production codebase.Developer ExperienceRelated to ease of use for developers.Related to ease of use for developers.workbox-webpack-plugin