hapijs / glue

Server composer for hapi.js
Other
245 stars 62 forks source link

Added function support on plugins registration #94

Closed jorgecuesta closed 7 years ago

jorgecuesta commented 7 years ago

Hi I add function support on registrations: [{plugin: require('./my-awesome-plugin.js')}] because some times to use things like server rendering is needed that webpack or something like that parse imports/require it self. Also let people do it with his own require/import logic.

csrl commented 7 years ago

This is for issue #89

berzniz commented 7 years ago

I would love to see this change merged? Is it still in the works?

csrl commented 7 years ago

It was implemented in #95 and released in v4.2

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.