Create React App 3.3.0 发布了。Create React App 是由 Facebook 推出的脚手架,基本可以零配置搭建基于 webpack 的 React 开发环境,并内置了热更新等功能。
更新内容如下:
新特性
babel-preset-react-app
babel-preset-react-app, react-dev-utils
cra-template-typescript, cra-template, create-react-app, react-scripts
Bug 修复
eslint-config-react-app
create-react-app
- #7991 作用域包中的支持模板
- #7839 添加了对 typescript 模板和不支持的节点版本的检查
react-scripts
- #7860 将 TypeScript 标记为 react-scripts 的可选对等依赖项
- #7822 修复 Jest 中的绝对路径问题
- #7796 修复了 TypeScript 模板中的进程类型
react-dev-utils
- #6449 编辑 InterpolateHtmlPlugin 挂钩
更新说明:https://github.com/facebook/create-react-app/releases/tag/v3.3.0