1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-29 05:42:20 +00:00

type mistake

type mistake
This commit is contained in:
Jacty 2017-04-10 01:49:05 +08:00 committed by GitHub
parent 60657db152
commit 6975897049

View File

@ -150,7 +150,7 @@ $ npm install --save-dev babel-preset-stage-3
}
```
注意,以下所有 Babe l工具和模块的使用都必须先写好`.babelrc`
注意,以下所有 Babel工具和模块的使用都必须先写好`.babelrc`
### 命令行转码`babel-cli`