-
-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
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
[Bug]: rspack does not seem to warn about missing exports, like webpack does #5967
Comments
Should warn and provide better diagnostic than webpack. Error frame should print with span. |
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
bump, I will take a look in next week |
Supported by #6660, will be released in v0.7.1 |
nice! Thank you! |
System Info
Details
First, thank you for this awesome tool. It's already speeding up our build immensely!
Just running into a minor issue.
When an export is missing/invalid, webpack will helpfully warn about it. rspack seems to be missing this functionality atm.
Would be a great helper to have that warning show up.
Example warn from webpack:
Reproduce link
No response
Reproduce Steps
simply have an import like:
The text was updated successfully, but these errors were encountered: