ssborbis / ContextSearch-web-ext

Search engine manager for modern browsers
354 stars 37 forks source link

Firefox: Source map error. `browser-polyfill.min.js.map` is not found #734

Open SergeyMaltsev opened 1 week ago

SergeyMaltsev commented 1 week ago

Bug:

Open debug console and navigate to any URL.

Source map error: NetworkError when attempting to fetch resource.
Resource URL: moz-extension://ade3881d-91c3-441e-9fc3-9928f068b2d0/lib/browser-polyfill.min.js
Source Map URL: browser-polyfill.min.js.map

Solution:

Include browser-polyfill.min.js.map to distribution.

Or remove this line from from lib/browser-polyfill.min.js

//# sourceMappingURL=browser-polyfill.min.js.map
ssborbis commented 6 days ago

Thanks. I left the map out to save space. I'll see about modifying the polyfill. It may raise a flag when I try to sign the package with Mozilla, though.