craco-workbox icon indicating copy to clipboard operation
craco-workbox copied to clipboard

A simple craco plugin to override the workbox config in CRA2

Results 2 craco-workbox issues
Sort by recently updated
recently updated
newest added

``` { plugin: CracoWorkboxPlugin, options: { GenerateSW: options => { // override GenerateSW config here // e.g. options.skipWaiting = true; return options; }, InjectManifest: options => { // override InjectManifest...

Thanks for the plugin! Could you provide some guidance on how to set Workbox to use Network First cache strategy please? https://developers.google.com/web/tools/workbox/modules/workbox-strategies#network_first_network_falling_back_to_cache