Open
Description
Tried upgrading Storefront's AddonDocs to latest version, still ran into errors.
Did some digging, found these:
Import fetch from 'fetch'
not working w/ 3.2.8 ember-cli/ember-fetch#55- Session service not instantiated in Fastboot mainmatter/ember-simple-auth#1138
Only solution was to ember install ember-fetch
to Storefront (as a devDependency, so just for the dummy app). Seems weird/broken to me, but if this is the only solution we should add to the docs?