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
Fresh install of v0.5.1 breaks as soon as you add a simple component e.g. components/foobar.hbs and then include it in application.hbs with <Foobar />.
[plugin:vite:import-analysis] Failed to resolve import "#embroider_compat/components/foobar" from "tmp/rewritten-app/templates/application.hbs". Does the file exist?
/Users/aalimovs/WebstormProjects/automations/admin/tmp/rewritten-app/templates/application.hbs:1:22
1 | import foobar_ from "#embroider_compat/components/foobar";
| ^
2 | import { createTemplateFactory } from "@ember/template-factory";
3 | export default createTemplateFactory(
The text was updated successfully, but these errors were encountered:
Fresh install of v0.5.1 breaks as soon as you add a simple component e.g.
components/foobar.hbs
and then include it in application.hbs with<Foobar />
.The text was updated successfully, but these errors were encountered: