trailsjs / trailpack-hapi

:package: Hapi.js Trailpack
MIT License
19 stars 9 forks source link

should not modify config after configure() stage #78

Closed tjwebb closed 7 years ago

tjwebb commented 8 years ago

Some internal hapi logic modifies the config object that is passed to it. This should be either cloned, or taken care of during configure() if possible.

weyj4 commented 8 years ago

Ok, I'll look into it