You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So here I got 3 options to figure out, I guess that libraryDirectory is transform import { x } from 'y' to import x from 'y/valueOfLibraryDirectory/x, and camel2DashComponentNamecamel2UnderlineComponentName are which rule will be applied to transform the x.
I'll later find the source to confirm my guess. Maybe readme.md should be more clear about that. Thx
The text was updated successfully, but these errors were encountered:
So here I got 3 options to figure out, I guess that
libraryDirectory
is transformimport { x } from 'y'
toimport x from 'y/valueOfLibraryDirectory/x
, andcamel2DashComponentName
camel2UnderlineComponentName
are which rule will be applied to transform thex
.I'll later find the source to confirm my guess. Maybe readme.md should be more clear about that. Thx
The text was updated successfully, but these errors were encountered: