babel-plugin-inferno

Transforms JSX to InfernoJS vNodes

MIT License

Stars
79
Committers
18

Bot releases are visible (Hide)

babel-plugin-inferno - v6.7.2

Published by Havunen about 2 months ago

v6.7.2

  • Internal dependencies updated
babel-plugin-inferno - babel-plugin-inferno 6.3.0 Latest Release

Published by Havunen over 3 years ago

React.Fragment is now also compiled to inferno createFragment call to ease with project migration
https://github.com/infernojs/babel-plugin-inferno/issues/56

Internal dependencies updated

babel-plugin-inferno - babel-plugin-inferno 6.2.0

Published by Havunen over 3 years ago

Small improvement to plugin logic
Internal dependencies updated

babel-plugin-inferno - babel-plugin-inferno 3.1.0

Published by Havunen over 7 years ago

This release adds optional Pragma support into babel-plugin.

More about this feature can be read from here:
https://github.com/infernojs/babel-plugin-inferno/issues/43

babel-plugin-inferno - babel-plugin-inferno 3.0.0

Published by Havunen over 7 years ago

This release adds support for Inferno 1.5. This is not backwards compatible and wont work with Inferno 1.4

babel-plugin-inferno - Babel-plugin-inferno 1.8.0

Published by Havunen over 7 years ago

This release adds new optimization to the plugin, its now able to lookup if vNodes subtree has visible key and flag parent with hasKeyedChildren automatically.

babel-plugin-inferno - babel-plugin-inferno 1.7.0

Published by Havunen almost 8 years ago

New option added "plugins": [["inferno", {"imports": true}]] This can be used to allow tree-shaking in webpack / rollup configuration and leaving Inferno out from module scope if no user-land code depends on it.

By default this option is not used and Inferno is referenced from global scope.

babel-plugin-inferno - babel-plugin-inferno 1.5.0

Published by Havunen almost 8 years ago

Uses import declaration for createVNode function instead of global reference to Inferno.createVNode