内容简介:create-react-app 是 facebook 官方发布的React App 手脚架工具,通过一行命令即可创建出一个 React App 。让开发者专注于代码,而不是构建工具。 2.1.3 主要是修复 vulnerability in webpack-dev-server 问题. 其...
create-react-app 是 facebook 官方发布的React App 手脚架工具,通过一行命令即可创建出一个 React App 。让开发者专注于代码,而不是构建工具。
2.1.3 主要是修复 vulnerability in webpack-dev-server 问题.
其他更新项如下:
Documentation
Other
#6110 Replace deprecated VSCode launch.json variable. (@raiskila)
#5631 Generalize the adding bootstrap documentation. (@jquense)
#6084 Remove outdated docs for setting up eslint in editor. (@LukasWerfel)
#6061 Fix control comment of CSS Grid prefixing. (@denexapp)
react-scripts
Internal
create-react-app,react-error-overlay#6104 Typo fixes. (@prashant-andani)
Underlying Tools
Committers: 8
Denis Mukhametov (denexapp)
Hardo (hardo)
Janne Raiskila (raiskila)
Jason Quense (jquense)
Lukas Werfel (LukasWerfel)
Prashant Andani (prashant-andani)
Zachary Friss (Friss)
Migrating from 2.1.2 to 2.1.3
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@2.1.3
or
yarn add --exact react-scripts@2.1.3
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 用 nodejs 写一个命令行工具 :创建 react 组件的命令行工具
- Linux 命令记不住?试试这款 Linux 命令大全搜索工具
- Linux 命令记不住?试试这款 Linux 命令大全搜索工具
- 密码管理工具(命令行)
- 那些迷人的命令行工具
- 一些命令行工具的增强版
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Learn Python the Hard Way
Zed Shaw / Example Product Manufacturer / 2011
This is a very beginner book for people who want to learn to code. If you can already code then the book will probably drive you insane. It's intended for people who have no coding chops to build up t......一起来看看 《Learn Python the Hard Way》 这本书的介绍吧!