This article is a mirror article of machine translation, please click here to jump to the original article.

View: 14710|Reply: 1

[CSS/DIV] DevTools Failed to Load Source Mapping: Failed to load

[Copy link]
Posted on 2021-11-20 20:49:15 | | | |
DevTools Failed to load source mapping: Unable to load http://localhost:60155/Plugins/site/bootstrap.min.css.map content: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Solution:

Edit the bootstrap.min.css file and delete it as follows:








The function of .map file: After the project is packaged, the code is compressed and encrypted, and if an error is reported at runtime, the output error message cannot accurately know where the code error is.

With map, you can act like unencrypted code, with the exact output of which line and which column is wrong.

Note: Generally speaking, map output needs to be prohibited when packaging the production environment, and the map file will cause the source code of the project to be leaked





Previous:Practical use of Nginx reverse proxy for Windows Remote Desktop
Next:Notes: Based on. .NET platform
Posted on 2021-11-21 23:10:52 |
Come and learn again。。。。。。。
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com