react-app-rewire-workbox icon indicating copy to clipboard operation
react-app-rewire-workbox copied to clipboard

Customise the service worker for create-react-app apps without ejecting - using Google's Workbox webpack plugins instead of the old sw-precache

Results 4 react-app-rewire-workbox issues
Sort by recently updated
recently updated
newest added

Had to use this module because had problems generating serviceworker with other methods for react-app-rewire. Problem being self.__WB_MANIFEST

A breaking change update is required to this module to ensure that its compatible with Workbox 5. See the following error: ```Production build - Adding Workbox for PWAs Creating an...

Based on the upgrade guide for migrating from v4 of workbox I have fixed the braking change introduced by using v5. https://developer.chrome.com/docs/workbox/migration/migrate-from-v4/

Hi, I'm in the situation I want to generate my SW (to cache assets) but also inject some custom code to handle push notifications. Is it possible with this plugin?...