-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Description
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.
mquandalle