Skip to content

babel-plugin-inferno 1.7.0

Compare
Choose a tag to compare
@Havunen Havunen released this 19 Jan 22:20
· 140 commits to master since this release

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.