Replies: 1 comment
-
It seems good to me. Actually there's code for it, but it's only used by the bundler at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When the output is not an es module, we shouldn't export it.
Esbuild replaces
import.meta
with a variableimport_meta
. What do you think about following this path?Beta Was this translation helpful? Give feedback.
All reactions