css-reloader icon indicating copy to clipboard operation
css-reloader copied to clipboard

Console error due to missing source map

Open kAlvaro opened this issue 6 years ago • 0 comments

Now and then I get this error in the JavaScript console:

Error en el mapeo fuente: TypeError: NetworkError when attempting to fetch resource. URL del recurso: moz-extension://50acaf37-b8f3-48d3-99f4-6408e93480ef/browser-polyfill.min.js URL del mapa fuente: browser-polyfill.min.js.map

I understand it happens because you bundle browser-polyfill.min.js with a link to a source map:

//# sourceMappingURL=browser-polyfill.min.js.map

... but such map is not included.

kAlvaro avatar Sep 06 '18 13:09 kAlvaro