0.0.7 • Published 3 years ago

@linkorgs/jsx-runtime v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5-alpha.a

3 years ago

0.0.5-alpha.2

3 years ago

0.0.5-alpha.1

3 years ago

0.0.5-alpha.0

3 years ago