python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
self.__WB_MANIFEST is not replaced by InjectManifest generated urls for precaching using service worker
This is my webpack config
new InjectManifest({
swSrc: './app/service-worker.js',
swDest: 'sw.js',
maximumFileSizeToCacheInBytes: 5000000,
}),
This is my servie-worker.js
imp...

Ramji
Votes: 0
Answers: 1