We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce96aee commit 6dc56cbCopy full SHA for 6dc56cb
files/_js_babel.config.cjs
@@ -6,7 +6,7 @@ const {
6
module.exports = {
7
plugins: [
8
[
9
- 'babel-plugin-ember-template-compilation',
+ 'module:babel-plugin-ember-template-compilation',
10
{
11
compilerPath: 'ember-source/dist/ember-template-compiler.js',
12
enableLegacyModules: [
files/_ts_babel.config.cjs
@@ -14,7 +14,7 @@ module.exports = {
14
},
15
],
16
17
18
19
20
0 commit comments