simonihmig / ember-cli-bundle-analyzer

Analyze the size and contents of your Ember app's bundles
MIT License
99 stars 2 forks source link

Needs update to work with TypeScript apps #20

Closed richard-viney closed 5 years ago

richard-viney commented 5 years ago

In this project's index.js we need additional entries for TypeScript apps, essentially just duplicating what's already there but with a .ts extension instead of .js.

'app/app.ts', // app (TS)
'src/main.ts', // MU (TS)
'tests/dummy/app/app.ts' // addon dummy app (TS)
simonihmig commented 5 years ago

@richard-viney thanks for reporting! Fixed by #23