babel-plugin-inferno 1.7.0
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.