Skip to content

Commit

Permalink
Disable template-compilation because compiled format is tightly coupl…
Browse files Browse the repository at this point in the history
…ed to exact ember version, see: embroider-build/embroider#1107 (comment)
  • Loading branch information
NullVoxPopuli committed Feb 4, 2022
1 parent 9f81629 commit 3a1543f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions my-addon/babel.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ module.exports = {
loose: true,
},
],
[
resolve('babel-plugin-ember-template-compilation'),
{
precompile,
enableLegacyModules: ['ember-cli-htmlbars'],
},
],
// [
// resolve('babel-plugin-ember-template-compilation'),
// {
// precompile,
// enableLegacyModules: ['ember-cli-htmlbars'],
// },
// ],
resolve('@embroider/addon-dev/template-colocation-plugin'),
],
};

0 comments on commit 3a1543f

Please sign in to comment.