1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 10:22:23 +00:00
This commit is contained in:
JeremyFan 2017-03-16 15:00:49 +08:00 committed by GitHub
parent 5ad3802d84
commit e4c267e217

View File

@ -740,7 +740,7 @@ TypeError: even is not a function
[ES6 module transpiler](https://github.com/esnext/es6-module-transpiler)是 square 公司开源的一个转码器,可以将 ES6 模块转为 CommonJS 模块或 AMD 模块的写法,从而在浏览器中使用。
首先,安装这个转器。
首先,安装这个转器。
```bash
$ npm install -g es6-module-transpiler