Skip to content

Commit

Permalink
Merge pull request #1342 from embroider-build/restore-ts-priority
Browse files Browse the repository at this point in the history
restore original ts extension priority
  • Loading branch information
ef4 authored Jan 27, 2023
2 parents c2dd82e + 13aa13d commit f5dd6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compat/src/compat-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class CompatAppAdapter implements AppAdapter<TreeNames> {
// For TS, we defer to ember-cli-babel, and the setting for
// "enableTypescriptTransform" can be set with and without
// ember-cli-typescript
return ['.wasm', '.mjs', '.js', '.json', '.hbs', '.hbs.js', '.ts'];
return ['.wasm', '.mjs', '.js', '.json', '.ts', '.hbs', '.hbs.js'];
}

private *emberEntrypoints(htmlTreePath: string): IterableIterator<Asset> {
Expand Down

0 comments on commit f5dd6f1

Please sign in to comment.