Skip to content

Commit 6dc56cb

Browse files
committed
Update bable config
1 parent ce96aee commit 6dc56cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/_js_babel.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const {
66
module.exports = {
77
plugins: [
88
[
9-
'babel-plugin-ember-template-compilation',
9+
'module:babel-plugin-ember-template-compilation',
1010
{
1111
compilerPath: 'ember-source/dist/ember-template-compiler.js',
1212
enableLegacyModules: [

files/_ts_babel.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
},
1515
],
1616
[
17-
'babel-plugin-ember-template-compilation',
17+
'module:babel-plugin-ember-template-compilation',
1818
{
1919
compilerPath: 'ember-source/dist/ember-template-compiler.js',
2020
enableLegacyModules: [

0 commit comments

Comments
 (0)