sagold / handlebars-webpack-plugin

Renders your html-template at build time
161 stars 45 forks source link

fix: compile error emission for dev-server overlay #50

Closed TheReincarnator closed 5 years ago

TheReincarnator commented 5 years ago

Fixes that handlebars compile errors break the webpack-dev-server. Instead, the compile error message is output in the console, and maybe as an overlay (if overlay: true is specified).