sagold / handlebars-webpack-plugin

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

Add option to override getTargetFilepath #44

Closed TheReincarnator closed 5 years ago

TheReincarnator commented 5 years ago

This PR adds an option to provide a custom `getTargetFilepath' function. Currently, you only can

I want to create files in the dist folder, including the parent path and file extension. With a custom `getTargetFilepath' function, this is possible.

sagold commented 5 years ago

Thanks for the feature. I will test this.