1 min readJan 27, 2018
Thank you — very helpful article. I do have a problem with auto import though. When I use <HelloWorld> component, auto import fix adds a weird
import HelloWorld from "react-lib-test/build/lib/components/HelloWorld/HelloWorld";
instead of a short form one
import { HelloWorld } from 'react-lib-test';
Is there a trick to fix this?