SimonDegraeve / hapi-webpack-plugin

Webpack middleware for Hapi. Supports HMR.
57 stars 25 forks source link

Use with Handlebars #16

Open atomdmac opened 7 years ago

atomdmac commented 7 years ago

Is it possible to use this with Hapi Views and Handlebars? My files seem to be served to the browser as expected but all of my template strings ({{example}}) are ignored/not expanded.

Let me know if there is any other info I can provide.

Thanks in advance for any help!