GoogleChrome / GoogleChrome/lighthouse
Duplicate sourcemap entries w/ serviceworker
Open
P2
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 20
Description
```sh
lighthouse https://proxx.app/ --preset=experimental -GA
```
we end up with duplicate entries:

I'm pretty sure this is because of the service-worker, though i'm not 100%. (it's possible some Surma shenanigans w/ comlink are creating two instances of the script.. shrug)
interestingly we get unique scriptIds for these duplicates (reported through `Debugger.scriptParsed`):

ref #11254
Contributor guide
Assessment
This issue has not been assessed yet.