Mr-haili / aaa-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

常用指令 stash

Mr-haili opened this issue · comments

commented

netstat -tunlp | grep 3000

react-react-app ie 下面不能使用,升级 react-scripts 的版本. 3.5 以上解决

babel 添加可选链语法

  yarn add @babel/plugin-proposal-optional-chaining

然后在 babel.config.js (或者其他的 babel 配置文件)中添加

  plugins: ["@babel/plugin-proposal-optional-chaining"]

动态设置 header

react-helmet 使用