0.0.7 • Published 2 years ago

@linkorgs/jsx-runtime v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

jsx-runtime

支持 jsx 语法的运行时,比如 babeltransform-react-jsx 插件

配置

module.exports = {
  plugins: [
    [
      '@babel/plugin-transform-react-jsx',
      {
        importSource: '@linkorgs',
        pragma: 'reactCreateElement',
        pragmaFrag: 'Fragment',
      },
    ],
  ],
}

更多信息请参考官方文档 https://gyron.netlify.app/

0.0.5-alpha.3

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5-alpha.a

2 years ago

0.0.5-alpha.2

2 years ago

0.0.5-alpha.1

2 years ago

0.0.5-alpha.0

2 years ago