I have included quill.min.js in my site (I have no reference to quill.min.js.map
on my site)
When I debug the site, I see the following warning:
DevTools failed to load SourceMap: Could not load content for my-site/Scripts/quill.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Why am I getting this warning? quill.min.js.map
does not exists on my server, I have only included quill.min.js
. Do I need to include the map file on the server too?
Is this line: //# sourceMappingURL=quill.min.js.map
just a comment or a reference to the map file? if it's a comment, then I don't any reference to the map file on my site.