xxx.js.map 404 (Not Found)

Hi,

I didn’t include the \sources*.js.map file and it prompt the 404 error at the browser trace log.
I only want to use those “zip” or “flatten” .js file, so I didn’t include all files in \sources folder.

Is that possible to remove this warning in browser trace log? I am using Chrome.


Hello,
these are the links to a source map files
developer.chrome.com/devtools/d … ource-maps
The links are placed in minified js, so there is no way to remove them without modifying the source files.

You can ignore these errors since they only happen when you open a developer tools and browser tries to fetch the source maps to show the formatted code in debugger. The error won’t happen during the regular use of your app, and when it happens - it does not affect the work of the app