Closed paulstatezny closed 2 years ago
Curious your thoughts @capitalist
My thought process is that when you eject an app, you're not ejecting files with that module namespace (MyApp.*
) but you're ejecting all the files in that lib folder (lib/my_app/*
).
For that reason, that's how it's framed in the docs, too.
The logic here makes sense to me 👍
Would it be a more expected API to accept
Instead of this?
Or, should we accept both?