You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: in the dynamic import, there's a reference to src_exports, but there's no src_exports defined!
The text was updated successfully, but these errors were encountered:
zachkirsch
changed the title
Bundling dynamic import of directory emits reference to non-existent _exports
Bundling dynamic import of entrypoint emits reference to non-existent _exports
Jan 4, 2023
Minimal repro:
esbuild command:
Outputted
bundle.js
:Bug: in the dynamic import, there's a reference to
src_exports
, but there's nosrc_exports
defined!The text was updated successfully, but these errors were encountered: