sourceMappingURL from jquery generates 404 error in apache
There are several ways to remove the error. By default Chrome will enable source maps. You can disable this by opening the Developer Tools and changing the general settings. Uncheck the Enable source maps option. This of course won’t fix the error on Apache. Change your pages to use a CDN served by jQuery or … Read more