We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hacks like #52 are frustrating. We need a system that lets us write stuff like
if (__REPO__) { var path = ... } else if (__DEPENDENCY__) { var path = ... } else if (__EJECTED__) { var path = ... }
and eliminate all other branches on eject.