Bootstrap trying to load map file. How to disable it? Do I need to do it?

前端 未结 13 1131
情书的邮戳
情书的邮戳 2020-12-04 09:59

I\'m recently playing with bootsrap3. I compiled it from sources and included distr js and css to my project. The thing is, I see in GH dev tools, that it\'s trying to get .

13条回答
  •  一生所求
    2020-12-04 10:30

    This only happens when you use the dev-tools, and won't happen for normal users accessing the production server.

    In any case, I found it useful to simply disable this behavior in the dev-tools: open the settings and uncheck the "Enable source maps" option.

    There will no longer be an attempt to access map files.

提交回复
热议问题