sagold / handlebars-webpack-plugin

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

Enable windows support for htmlWebpackPlugin generated partials #46

Closed emilchristensen closed 5 years ago

emilchristensen commented 5 years ago

Replaced the manual regex string replacement with partialUtils.getId() to resolve partial name. Added an extra replace() to support windows paths in data.outputName

sagold commented 5 years ago

Thanks a lot. I will test this first