1 上传代码
git add
git commt -m 'x'
git pull
git push
2 暴露 文件 (暴露react-create-app 配置 ,这个操作不可逆)
cnpm run eject
3 scripts文件中 下 build.js文件 (或者全局搜多keywords)
if (warnings.length) {下 coneole.log 注释
重新 启动
2023-12-23 20:04:57
1 上传代码
git add
git commt -m 'x'
git pull
git push
2 暴露 文件 (暴露react-create-app 配置 ,这个操作不可逆)
cnpm run eject
3 scripts文件中 下 build.js文件 (或者全局搜多keywords)
if (warnings.length) {下 coneole.log 注释
重新 启动