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
The text was updated successfully, but these errors were encountered:
NullVoxPopuli
changed the title
eager: true emits require (doesn't exist in brwsers) instead of import.
eager: true emits require (doesn't exist in browsers) instead of import.
Aug 2, 2024
I was running into the same issue for this. I actually think the import even needs to end up being something like:
import __glob__0_0 from "./scenarios/baseline-handlebars-list.gjs";
Because otherwise you're grabbing a reference to the entire module. I'm using this for importing assets and in that case I just need the default export.
Relevant code or config:
output:
I would expect this:
The text was updated successfully, but these errors were encountered: