Answers for "Source map error: Error: request failed with status 404Resource URL: http://localhost:1337/sparker/css/bootstrap.min.css"

CSS
3

DevTools failed to load SourceMap: Could not load content for bootstrap.min.css.map

Delete /*# sourceMappingURL=bootstrap.min.css.map */ in css/bootstrap.min.css
and delete /*# sourceMappingURL=bootstrap.css.map */ in css/bootstrap.css

It is working for me.
I hope it will work for you also.
Namaste _/_
Posted by: Guest on June-22-2020

Browse Popular Code Answers by Language