simonihmig / ember-cli-bundle-analyzer

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

Refactor to use `source-map-explorer`, enabling usage with Ember CLI, ember-auto-import and Embroider #26

Closed simonihmig closed 1 year ago

simonihmig commented 5 years ago

Closes #24

To Do:

evoactivity commented 5 years ago

Just ran this branch on my app but it only seemed to output for my CSS files. Is this currently expected? (considering it's a WIP)

simonihmig commented 5 years ago

Is this currently expected?

No, certainly not. I tested it with the addon's dummy app, and was working. Maybe you have sourcemaps disabled?

evoactivity commented 5 years ago

No I have them enabled explicitly, I can see stats have been generated in the concat-stats-for directory but no JS is shown in the output from source-map-explorer. I've tried on a different app and see the output I'd expect so definitely something in my app breaking it.