intellild

Results 5 comments of intellild

Hi @leonardfactory can you look at this ?

@leonardfactory I made the babel-plugin-macros dependency optional

@leonardfactory There are two problems. * The project boilerplate may not support adding babel plugins, such as create-react-app * I don't want to affect some one else's code in a...

Sorry for the late, migrated to posix path

I recommand middleware style ``` onRequest(context, next) { // logic next(); // if next is not called, it qeuals to override } ``` user can optional run `super` logic before...