react nom run build 打包后 资源文件找不到

找到react-script模块文件夹config下面  paths.js
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);
}

修改  pathname 成当前就好了

转载于:https://my.oschina.net/renshengwudi/blog/1796370

你可能感兴趣的:(react nom run build 打包后 资源文件找不到)