We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import debugCommon from "debug/src/common";
Resolves to: debug
debug
The text was updated successfully, but these errors were encountered:
@nonara it should be transformed to:
import debugCommon from "debug/src/common/{package.json.main}";
correct?
This is something that I'm struggling with, let me know if it's the same bug you are mentioning or I can create a separate issue for this.
Sorry, something went wrong.
@ImanMh I believe this has to do with a package within a package. In this case, it should not transform.
Feel free to open a new issue, and I will have a look.
No branches or pull requests
import debugCommon from "debug/src/common";
Resolves to:
debug
The text was updated successfully, but these errors were encountered: