I want to be able to return a bundle that has import.meta.url statements in it and can be executed by a web browser but right now those statements get rewritten to use a hardcoded importMeta which contains values from the original, unbundled modules which I don't want.
I want to be able to return a bundle that has
import.meta.url
statements in it and can be executed by a web browser but right now those statements get rewritten to use a hardcodedimportMeta
which contains values from the original, unbundled modules which I don't want.