hocgin

Results 3 issues of hocgin

![image](https://user-images.githubusercontent.com/16535610/77736015-90591400-7046-11ea-9f20-36ef2a218903.png) ### This Code ```java public class Avatars { public static final Avatar AVATAR = GitHubAvatar.newAvatarBuilder() .build(); public static File getAvatarFile(long code) { return getFile(Avatars.AVATAR, code); } private static File...

### How do you envision this feature/change to look/work like? Remove console and debugger in prod builds via configure For example babel-plugin-transform-remove-console ### What is the purpose of this change/feature?...

enhancement
good first issue
help wanted