From ce77442315e0b3b0d8d241a5ee4481502397b2eb Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:48:06 -0400 Subject: [PATCH] Remove compilerPath from babel-plugin configuration Removed compilerPath for babel-plugin-ember-template-compilation. newer dependencies auto-discover the compiler --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index b0adbbc..367d31d 100644 --- a/src/index.js +++ b/src/index.js @@ -47,7 +47,6 @@ function emberIntegration(/* options */) { [ "babel-plugin-ember-template-compilation", { - compilerPath: "ember-source/dist/ember-template-compiler.js", enableLegacyModules: [ "ember-cli-htmlbars", "ember-cli-htmlbars-inline-precompile",