-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
feat: support reexport for cjs-esm interop #4325
Closed
Comments
2 tasks
This was referenced Oct 17, 2023
Merged
This was referenced Oct 24, 2023
2 tasks
This was referenced Nov 20, 2023
Merged
This was referenced Nov 29, 2023
This was referenced Dec 7, 2023
Merged
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! |
2 tasks
ahabhgk
added a commit
that referenced
this issue
Dec 17, 2023
ahabhgk
added a commit
that referenced
this issue
Jan 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for now we use a runtime code:
__webpack_require__.es
to support it, it's aligned with babel's behavior (non-strict esm), but we haven't support node's behavior (strict esm)related code: https://github.com/webpack/webpack/blob/87660921808566ef3b8796f8df61bd79fc026108/lib/dependencies/HarmonyExportImportedSpecifierDependency.js#L937
The text was updated successfully, but these errors were encountered: