Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Windvis opened this issue Apr 24, 2024 · 2 comments · Fixed by #492
Closed

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

Windvis opened this issue Apr 24, 2024 · 2 comments · Fixed by #492
Labels
bug Used when the PR fixes a bug included in a previous release.

Comments

@Windvis
Copy link
Contributor

Windvis commented Apr 24, 2024

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: emberjs/babel-plugin-ember-template-compilation#36

@Windvis Windvis added the bug Used when the PR fixes a bug included in a previous release. label Apr 24, 2024
@Windvis
Copy link
Contributor Author

Windvis commented Apr 24, 2024

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

@NullVoxPopuli
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used when the PR fixes a bug included in a previous release.
Projects
None yet
2 participants