simonihmig / ember-cli-bundle-analyzer

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

Make it disablable #37

Closed emattias closed 1 year ago

emattias commented 4 years ago

I would like to add it to my project as something you can toggle when needed.

Right now it starts collecting data and populating concat-stats-for on every build when its ember installed and there is no way to disable it programatically (other than removing the package all together 😅)

Or is there a way to stop it from collecting data when its installed? Otherwise I would like it :)

simonihmig commented 4 years ago

It should only start to collect data when /_analyze is first accessed. And concat-stats-for shouldn't be in your app folder, the data should be in a temporary directory.

Is this not the case for you? If so, could you please post the version of broccoli-concat that you have installed in your node_modules?

simonihmig commented 1 year ago

Closing due to inactivity...