-
Couldn't load subscription status.
- Fork 859
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.