在 create-react-app 中添加自定义反应脚本的标准方法
Standard way to add custom react-scripts in create-react-app
我有一个从 create-react-app 创建的项目,它是 typescript,我想添加对自定义 react-scripts 的支持而不弹出,所以最好的方法是什么。
科泽。
通过使用此命令将此包用于 TS 中的自定义脚本
create-react-app my-app --scripts-version custom-react-scripts
顺便说一句,您要添加哪个自定义脚本
我有一个从 create-react-app 创建的项目,它是 typescript,我想添加对自定义 react-scripts 的支持而不弹出,所以最好的方法是什么。
科泽。
通过使用此命令将此包用于 TS 中的自定义脚本
create-react-app my-app --scripts-version custom-react-scripts
顺便说一句,您要添加哪个自定义脚本