react开发build发现路径不对怎么办,下面web建站小编给大家详细介绍一下解决方法!
找到node_modules -> react-scripts -> config -> paths.js
找到以下代码:
function getServedPath(appPackageJson) { const publicUrl = getPublicUrl(appPackageJson); const servedUrl = envPublicUrl || (publicUrl ? url.parse(publicUrl).pathname : '/');//改成'./' return ensureSlash(servedUrl, true); }
改成以下代码:
function getServedPath(appPackageJson) { const publicUrl = getPublicUrl(appPackageJson); const servedUrl = envPublicUrl || (publicUrl ? url.parse(publicUrl).pathname : './'); return ensureSlash(servedUrl, true); }
重新打包~
标签: react
上面是“react开发打包build发现路径不对解决”的全面内容,想了解更多关于 reactjs 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_3245.html
workflows工作流
- 一只巨大的极其精细的鞋子ComfyUI工作流
- 森林里一只邪恶的树妖ComfyUI工作流
- 一个十几岁的美国女孩穿着黄色连帽衫在黑暗和空虚的背景下闲逛
- 一碗热气腾腾的拉面ComfyUI工作流
- 一座千年九尾白狐玉雕ComfyUI工作流
- 强大的长袍法师ComfyUI工作流
- 一匹热血沸腾的汗血宝马庄严地站立着ComfyUI工作流
- 一辆机器人虎狮高端混合动力车ComfyUI工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!