callstack / haul

Haul is a command line tool for developing React Native apps, powered by Webpack
MIT License
3.64k stars 194 forks source link

feat: support additional hapi plugin for dev web server #732

Closed xuyuanxiang closed 4 years ago

xuyuanxiang commented 4 years ago

Summary

Some plugins of hapi may be used during the development process, such as proxy server, mock server...

Test plan

Just expose a passthrough option called plugins within project configuration's server field.