我在Windows中使用create-react-app(version 1)构建时遇到问题。
"scripts": {
"start": "cross-env NODE_PATH=src node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom"
},
构建错误在这里。
build script link is here :
https://github.com/desiresprout/nettour/blob/master/nettour-
frontend/scripts/build.js
webpack prod link is here :
https://github.com/desiresprout/nettour/blob/master/nettour-
frontend/config/webpack.config.prod.js
没有什么可以更改create-react-app的。
我不知道为什么这是错的。
谢谢..