Transforms member style imports (import {x} from 'y') into default style imports (import x from 'y/lib/x')