diff --git a/docs-app/babel.config.cjs b/docs-app/babel.config.cjs index 74dbf4f..e9b807a 100644 --- a/docs-app/babel.config.cjs +++ b/docs-app/babel.config.cjs @@ -15,7 +15,7 @@ module.exports = { [ 'babel-plugin-ember-template-compilation', { - compilerPath: 'ember-source/dist/ember-template-compiler.js', + compilerPath: 'ember-source/ember-template-compiler/index.js', enableLegacyModules: [ 'ember-cli-htmlbars', 'ember-cli-htmlbars-inline-precompile', diff --git a/test-app/babel.config.cjs b/test-app/babel.config.cjs index 68eb072..a921234 100644 --- a/test-app/babel.config.cjs +++ b/test-app/babel.config.cjs @@ -15,7 +15,7 @@ module.exports = { [ 'babel-plugin-ember-template-compilation', { - compilerPath: 'ember-source/dist/ember-template-compiler.js', + compilerPath: 'ember-source/ember-template-compiler/index.js', enableLegacyModules: ['ember-cli-htmlbars'], transforms: [...macros.templateMacros], },