We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This plugin doesnt transform the following
export * from "./path"
to
export * from "@/path"
It would be nice if it did, because "export * from" is bassically an import and export at the same time.