我在努力
PUBLIC_URL=http://example.com npm run build
with a project built using the latest create-react-script.
但是,public/index.html
中出现的 %PUBLIC_URL%
被替换为一个空字符串,而不是预期值 PUBLIC_URL
。
public/index.html
包含如下代码
<script src="%PUBLIC_URL%/static/js/jarvis.widget.min.js"></script>
搜索因特网和堆栈溢出的时间表明,很少有关于 PUBLIC_URL
的文章。我从 GitHub 上克隆了 create-response-app,一直在浏览代码,但还没有得到启发。
对于我做错了什么,有人有什么建议吗?