change .ember-cli to .ember-cli.js#8157
change .ember-cli to .ember-cli.js#8157NullVoxPopuli wants to merge 3 commits intoember-cli:masterfrom
Conversation
|
@NullVoxPopuli This change could also be needed in the the MU addon blueprint. |
86afdca to
bb748d3
Compare
Can we reuse the |
|
Unsure. Afaik, remote blueprint packages have a rigid structure, where there is a single files directory at the repo root. I haven't looked at the blueprint resolution code yet, though... So.. idk if it'd be possible. It'd be fantastic if it were though. |
|
FWIW I'm not a fan of this change. The file currently can be statically parsed by e.g. IDE, which will no longer be the case once we allow JS. IMHO we need stronger reasons to change this than just making a temporary workaround work a little nicer. |
FWIW, we already allow |
|
Long live MU! Thanks for the contributions. |
now we don't need package.json shenanigans for MU