Closed atuljain2995 closed 2 years ago
I want the workbox file name to be like "xyz-workbox-12345.js"
Workbox file content will the same, why do you want to create duplicate files? You can custom service worker file name by config sw: 'service-worker.js'
Yes, I made changes from server side, and it worked. I'm multi-repo architecture, so it was causing a problem.
Resolved
I want to rename the workbox file with a prefix to identify the workbox for different products. Is there any way I can achieve that ?