在使用create-react-app --scripts-version = react-scripts-ts创建的项目中,代码会被翻译为javascript吗?是否使用Babel / Webpack?我已经检查了package.json,但没有提及任何此类依赖。
答案 0 :(得分:2)
react-scripts*
只是常见配置的包装。
您会看到here,它使用babel-loader将js / jsx转换为es5。还使用ts-loader从ts编译为js。
答案 1 :(得分:0)
是的,有通天塔:
https://github.com/facebook/create-react-app/blob/next/packages/react-scripts/package.json
用于编译的代码位于react-scripts