Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it work with ember-auto-import addon? #17

Closed
szimek opened this issue Jan 18, 2019 · 3 comments
Closed

Does it work with ember-auto-import addon? #17

szimek opened this issue Jan 18, 2019 · 3 comments

Comments

@szimek
Copy link

szimek commented Jan 18, 2019

I haven't used Ember in a long time and I was quite surprised that I need an addon just to be able to import npm packages in my code. Anyway, my vendor bundle is pretty big and I wanted to check what's inside, but it looks like this addon doesn't show libraries imported via ember-auto-import addon. E.g. I'm importing firebase npm package and can't see it anywhere on the /_analyze page.

Is there a way to see packages imported with ember-auto-import as well?

@simonihmig
Copy link
Owner

Yes, unfortunately that is a known problem. It is a problem with the way ember-auto-import works. Here's an issue for the upstream library that is used by this addon: stefanpenner/broccoli-concat-analyser#34

Nothing we can do about it here for now, but keeping this open for other users.

@mansona
Copy link

mansona commented Jan 17, 2020

What is the status of this now that stefanpenner/broccoli-concat-analyser#34 has been closed? 🤔 is it just that it's not possible? is the current best solution to use @ef4's proposed solution to use webpack-bundle-analyzer too?

@simonihmig
Copy link
Owner

Fixed by #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants