Disable bundler changing import.meta
variable?
#7511
Unanswered
MolotovCherry
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using bundler example
I have a url like in source, which works properly in browser
input = new URL('app-40a50676ead0da37_bg.wasm', import.meta.url);
But it's completely changing the meaning of it.
Is there a way to disable this part?
Edit: I see the
get_import_meta_props()
in the example, and I know I can alter it to fix it. But I still want to completely disable it even changing this at allBeta Was this translation helpful? Give feedback.
All reactions