appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

`babel-plugin-ember-template-compilation` v2.2.2 incompatibilities #491

Closed Windvis closed 3 months ago

Windvis commented 4 months ago

https://github.com/emberjs/babel-plugin-ember-template-compilation/releases/tag/v2.2.2 includes some fixes for bugs we might actually be depending on by accident.

The error message looks like this: could not find module ember-template-compiler

A quick workaround is to pin babel-plugin-ember-template-compilation to v2.2.1 using overrides until we can debug and fix the issue here.

  "overrides": {
    "babel-plugin-ember-template-compilation": "2.2.1"
  },

Related issue: https://github.com/emberjs/babel-plugin-ember-template-compilation/issues/36

Windvis commented 4 months ago

It seems we need to update to ember-template-imports v4 to fix this issue. Hopefully all the v4 issues are resolved..

NullVoxPopuli commented 2 months ago

I'd skip all the way to 2.2.5, if you can. lots of bugfixes