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.
2 parents 90b95fa + 42d0901 commit 0191658Copy full SHA for 0191658
files/test-app-overrides/ember-cli-build.js
@@ -4,7 +4,8 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
4
5
module.exports = function (defaults) {
6
let app = new EmberApp(defaults, {
7
- autoImport: {
+ <% if (typescript) {%>'ember-cli-babel': { enableTypeScriptTransform: true },
8
+ <% } %>autoImport: {
9
watchDependencies: ['<%= addonName %>'],
10
},
11
});
0 commit comments