You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue or Feature Request Description:
We are currently stumbling upon a problem with this automatic generation of a precache manifest that contains URLs for assets created by the current webpack compilation. This is all fine, but the entries urls are totally unusable for our setup. It seems workbox-webpack-plugin is using webpacks output.path setting followed by other options made inside our webpack.config.
What we need is a possibility to apply something like the provided options modifyUrlPrefix or manifestTransforms which will also be applied to this automatic generation as well and not only to additional assets in order to get something like this:
Library Affected:
workbox-webpack-plugin
Browser & Platform:
all platforms
Issue or Feature Request Description:
We are currently stumbling upon a problem with this automatic generation of a precache manifest that contains URLs for assets created by the current webpack compilation. This is all fine, but the entries urls are totally unusable for our setup. It seems workbox-webpack-plugin is using webpacks output.path setting followed by other options made inside our webpack.config.
What we get is something like this:
What we need is a possibility to apply something like the provided options modifyUrlPrefix or manifestTransforms which will also be applied to this automatic generation as well and not only to additional assets in order to get something like this:
With gulp and workbox-build we were able by using globDirectory, globPatterns and manifestTransforms to achieve exactly that behaviour.
Any help would be gladly appreciated.
Regards,
Antony
The text was updated successfully, but these errors were encountered: