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 changes introduces in ember-cli-htmlbars 6.1 may have broken support for ember-cli < 3.13 when used in addons. This was first noticed by @mansona in embroider-build/ember-auto-import#533
In that situation it looks like templates in addons don't go through babel after going through the template preprocessor, so they end up with untranspiled use of import { hbs } from 'ember-cli-htmlbars'.
The test suite here unfortunately doesn't really exercise any non-default ember-cli versions and doesn't include end-to-end testing of an addon's templates.
While these are super old versions to support, ember-cli-htmlbars 6 is supposed to work down to ember 3.8.
The text was updated successfully, but these errors were encountered:
The changes introduces in ember-cli-htmlbars 6.1 may have broken support for ember-cli < 3.13 when used in addons. This was first noticed by @mansona in embroider-build/ember-auto-import#533
In that situation it looks like templates in addons don't go through babel after going through the template preprocessor, so they end up with untranspiled use of
import { hbs } from 'ember-cli-htmlbars'
.The test suite here unfortunately doesn't really exercise any non-default ember-cli versions and doesn't include end-to-end testing of an addon's templates.
While these are super old versions to support, ember-cli-htmlbars 6 is supposed to work down to ember 3.8.
The text was updated successfully, but these errors were encountered: