|
|
||||
|---|---|---|---|---|
| .. | ||||
| lib | 11e3a9652a | 7 年之前 | ||
| .npmignore | 11e3a9652a | 7 年之前 | ||
| README.md | 11e3a9652a | 7 年之前 | ||
| package.json | 11e3a9652a | 7 年之前 | ||
$ npm install babel-plugin-syntax-jsx
.babelrc (Recommended).babelrc
{
"plugins": ["syntax-jsx"]
}
$ babel --plugins syntax-jsx script.js
require("babel-core").transform("code", {
plugins: ["syntax-jsx"]
});