From 5c30ee1bcc80bd0db7e10072be9d82a86d87ad96 Mon Sep 17 00:00:00 2001 From: Edward Faulkner Date: Wed, 14 Jul 2021 14:08:21 -0400 Subject: [PATCH 1/9] Use new inline babel plugin when we don't need modules api polyfill --- ember-cli-build.js | 17 ---- lib/ember-addon-main.js | 7 -- lib/utils.js | 45 ++++++---- node-tests/utils_test.js | 2 +- package.json | 2 +- .../components/test-inline-precompile-test.js | 20 ----- yarn.lock | 85 ++++++++++++++++--- 7 files changed, 102 insertions(+), 76 deletions(-) diff --git a/ember-cli-build.js b/ember-cli-build.js index 17712c0f..5d6f8f7e 100644 --- a/ember-cli-build.js +++ b/ember-cli-build.js @@ -40,23 +40,6 @@ module.exports = function (defaults) { ], ], }, - - 'ember-cli-htmlbars': { - // This is an option intended to be used only be `ember-template-imports`. - // DO NOT USE THIS - _customInlineModules: { - 'ember-template-imports': { - export: 'hbs', - useTemplateLiteralProposalSemantics: 1, - }, - - 'TEMPLATE-TAG-MODULE': { - export: 'GLIMMER_TEMPLATE', - debugName: '