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
Issue is the same on v3 and main.
with any extension for the import, it seems, js, hbs, no extension
when debugging, we can see that it is the virtual file trying to access an app file:
what's goofy though, is that the request.isVirtual flag is set to false. is this a troll? or is it used for something else 😅 an actual bug with that flag? idk
The text was updated successfully, but these errors were encountered:
NullVoxPopuli
changed the title
v3: Resolver is not compatible with virtual files which import from the app
[main + v3]: Resolver is not compatible with virtual files which import from the app
Mar 15, 2024
NullVoxPopuli
changed the title
[main + v3]: Resolver is not compatible with virtual files which import from the app
[main + v3, webpack]: Resolver is not compatible with virtual files which import from the app
Mar 15, 2024
Repro here: https://github.com/NullVoxPopuli/embroider-3--unplugin-plugin-loads-app-files
My virtual file is basically this:
and when I use it:
I get a build time error:
full report
and my first idea was to use the module path, not
./
, so I changed my test virtual text to:but that results in what appears to be the same error
full report
Issue is the same on v3 and main.
with any extension for the import, it seems, js, hbs, no extension
when debugging, we can see that it is the virtual file trying to access an app file:
what's goofy though, is that the
request.isVirtual
flag is set to false. is this a troll? or is it used for something else 😅 an actual bug with that flag? idkThe text was updated successfully, but these errors were encountered: