Katie Gengler
Katie Gengler
https://github.com/npm/normalize-package-data does it
Not at the moment, but I could put it on my list with an ETA of very late December 😅
Discussed in the ember-cli meeting today, we've decided not to block on the interactive testing but hope to add that test coverage later.
Saw this today in an addon with local completely empty /addon and /app folders.
They definitely require internet access.
I believe this fixed by https://github.com/ember-cli/ember-cli/pull/9987/
@kellyselden is working on releases; we typically close issues upon merge of fixes
I was able to reproduce the ember output in `babel-transpilation-tests` by passing `modules: false` to preset-env (as ember-cli-babel does).
I have pretty much zero subject-matter knowledge here. From reading preset-env docs and from some commit history, it seems like cli-babel does it's own module stuff. No idea what the...