import Component from '@components/example/Component';
// will be converted to
const Component = React.lazy(() => import('@components/example/Component'));
Change Log
[v0.1.0] - 2023-12-03
Initial release
Added
Can convert react default imports to React.lazy imports