esbuild
esbuild copied to clipboard
options ignore import.meta
The platform I'm compiling for supports import.meta directly and I'd like to keep it as is in my bundle. Could we make it possible to keep import.meta statements as is when compiling?
You can use --supported:import-meta=true.