MV3 template with Webpack and TypescriptHello, I have been creating Chrome extension using the above template for MV2 extensions. However, with MV3, I encounter this issue when loading the built extension, and then inspection.
```
DevTools failed to load source map: Could not load content for chrome-extension://<extension_id>/background.bundle.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
```
Has anybody here encountered the same issue? Is there anyway to resolve this?
Thank you!