I’m working on an Ember project and I’ve been looking into reducing our production bundle size. We use ember-auto-import
and ember-cli-babel
in our setup.
I used ember-cli-bundle-analyzer
and found that files that contain an export but aren’t imported anywhere is included in our bundle. I’ve haven’t been able to find much information about this issue, and I’m wondering now if this is just how ember-cli
works or if it’s an issue with our setup. Any insight would be much appreciated.