@linkorgs/jsx-runtime
v0.0.7
Published
支持 `jsx` 语法的运行时,比如 `babel` 的 `transform-react-jsx` 插件
Downloads
3
Readme
jsx-runtime
支持 jsx
语法的运行时,比如 babel
的 transform-react-jsx
插件
配置
module.exports = {
plugins: [
[
'@babel/plugin-transform-react-jsx',
{
importSource: '@linkorgs',
pragma: 'reactCreateElement',
pragmaFrag: 'Fragment',
},
],
],
}
更多信息请参考官方文档 https://gyron.netlify.app/