create-react-app 脚手架指令可以生成 React 项目,在项目完成之后执行打包命令 npm run build,文件夹内生成 build文件夹,就是打包后的文件,在浏览器运行 index.html 发现页面空白,打开控制台有报错,css 和 js 文件的引用路径有问题。 浏览 index.html 代码可以发现:index.htmldoctype htmlReact AppYou need to enable JavaScript to run this app.!function (e) { function r(r) { for (var n, l, f = r[0], i = r[1], a = r[2], c = 0, s = []; c < f.length; c++)l = f[c], Object.prototype.hasOwnProperty.call(o, l) && o[l] && s.push(o[l][0]), o[l] = 0; for (n in i) Object.prototype.hasOwnProperty.call(i, n) && (e[n] = i[n]); for (p && p(r); s.length;)s.shift()(); return u.push.apply(u, a || []), t() } funct
...
继续阅读
(13)