Skip to content

Commit 0191658

Browse files
authored
Merge pull request #137 from embroider-build/update-for-upstream-ts-changes
Update for ember-cli `--typescript` changes
2 parents 90b95fa + 42d0901 commit 0191658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/test-app-overrides/ember-cli-build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
44

55
module.exports = function (defaults) {
66
let app = new EmberApp(defaults, {
7-
autoImport: {
7+
<% if (typescript) {%>'ember-cli-babel': { enableTypeScriptTransform: true },
8+
<% } %>autoImport: {
89
watchDependencies: ['<%= addonName %>'],
910
},
1011
});

0 commit comments

Comments
 (0)