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
Vite build breaks with a number of errors similar to this:
X [ERROR] Components with separately resolved templates were removed at Ember 6.0. Migrate to either co-located js/ts + hbs files or to gjs/gts. https://deprecations.emberjs.com/id/component-template-resolving/. Bad template was: ./app/templates/components/basic-dropdown-wormhole. [plugin embroider-esbuild-resolver]
The plugin "embroider-esbuild-resolver" was triggered by this import
app/application/template.hbs:6:34:
6 │ ...mhole from "@embroider/virtual/components/basic-dropdown-wormhole";
basic-dropdown-wormhole component is distributed already rolled up as a single .js file, there's no /app/templates/components/basic-dropdown-wormhole. I'm also getting these errors for app's .gts components.