React index.html引入script时 src中的斜杠都变成了空格,并且还多出了script标签 导致无法加载
2021-05-29 05:00
标签:ack webp inf mini conf app 导致 开发 htm 在使用react开发项目的时候 遇到了一个奇怪的问题,在index.html中引入script标签 script标签的src属性会把 / 斜杠变成空格,并且在body标签结尾追加script标签。 就像这样 我发现 HtmlWebpackPlugin 还内置了html-minifier插件 解决方法 在webpack.config.dev.js中 找到 plugins: [ ] React index.html引入script时 src中的斜杠都变成了空格,并且还多出了script标签 导致无法加载 标签:ack webp inf mini conf app 导致 开发 htm 原文地址:https://www.cnblogs.com/MainActivity/p/14754919.html
上一篇:浏览器工作原理: 渐进式网页应用PWA解决了 Web 应用的哪些问题
下一篇:【转】从入门到实践 json练习详解~~和ython : groupby 结果浅解,&之后的 y_list=[v for _,v in y]
文章标题:React index.html引入script时 src中的斜杠都变成了空格,并且还多出了script标签 导致无法加载
文章链接:http://soscw.com/index.php/essay/88955.html