Deprecate background.entry and background.manifest in the config.
Add background.pageEntry and background.serviceWorkerEntry in the config. Now you can build for both limited event page (used by Firefox and Safari) and background service worker (Chrome) in a single webpack build.
background.entry
andbackground.manifest
in the config.background.pageEntry
andbackground.serviceWorkerEntry
in the config. Now you can build for both limited event page (used by Firefox and Safari) and background service worker (Chrome) in a single webpack build.