-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Missing "./package.json" in package.json "exports" #2556
Comments
Welcome @artuska! 👋 |
This feature is related to the Vite issue — originjs/vite-plugin-federation#357 |
@artuska it looks like a bug in an abandoned module originjs/vite-plugin-federation#597 Try migrating to https://github.com/module-federation/vite I'd hold on making changes here because:
|
Paraphrasing the argument here, some unmaintained, uncommon, tool is broken and an error can disappear when we add For me, it is intentional that That discussion would have little to do with the arguments here. So, closing this issue for now. |
Initial checklist
Problem
Missing "./package.json" in package.json "exports":
Solution
Just add "./package.json" in package.json "exports" like that:
Alternatives
Just add "./package.json" in package.json "exports".
The text was updated successfully, but these errors were encountered: