Create React App 3.3.0 发布,零配置创建 App
Create React App 3.3.0发布了。Create React App 是由 Facebook 推出的脚手架,基本可以零配置搭建基于 webpack 的React开发环境,并内置了热更新等功能。 更新内容如下: 新特性 babel-preset-react-app #7438添加可选的链接和无效的合并运算符支持 babel-preset-react-app,react-dev-utils #7817添加数字分隔符支持 cra-template-typescript,cra-template,create-react-app,react-scripts #7716添加模板支持 Bug 修复 eslint-config-react-app #8039删除非意外多行规则 create-react-app #7991作用域包中的支持模板 #7839添加了对 typescript 模板和不支持的节点版本的检查 react-scripts #7860将 TypeScript 标记为 react-scripts 的可选对等依赖项 #7822修复 Jest 中的绝对路径问题 #7796修...

