ember-learn / ember-learn/guides-source
Update addons / libraries / dependencies documentation to better represent the current state of npm support
- Dominant language
- HTML
- Stars
- 161
- Forks
- 512
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 4
Description
Motivation is so that devs just quick skimming the this page: https://guides.emberjs.com/v3.24.0/addons-and-dependencies/
don't feel like they need to install broccoli transform addons and do `app.import` for every dependency.
This is the only mention that I could find/skim of how things actually work

Based on conversations in Discord lately,
I think the page should be more like:
- explain what can go in the browser and what can't (node vs module/browser and how package.json plays in to that)
- some common things people might want to do with ember-auto-import
- much later down in the page, explain advanced stuff / legacy things (the current stuff)
Contributor guide
Assessment
This issue has not been assessed yet.