«

react 上线相对路径

emer 发布于 2019-6-21 09:46   2332 次阅读     


package.json:

加入

"homepage":".",


npm run eject 之后在config里面path.js 37行 路径改为相对路径,如下

envPublicUrl || (publicUrl ? url.parse(publicUrl).pathname : '.');