Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Warning of missing source maps in website Chrome DevTools logs
Loading source maps has never worked for the content scripts. It failed silently until Chrome 80, but now a warning is displayed. It's currently unclear if/when source map loading would be supported. See https://chromium-review.googlesource.com/c/chromium/src/+/2141899 It would be possible, with additional rollup plugins, to inline the TS source maps, but that would increase the compiled .js file sizes a lot (over 100kb for content.js). Turning off source map for the content script. Signed-off-by: Tanel Metsar <[email protected]>
- Loading branch information