zorigitano / multipage-webpack-plugin

A plugin that makes handling templates and asset distribution for multi-page applications using webpack trivial
Apache License 2.0
170 stars 15 forks source link

feat(template): Add support for custom template in plugin arguments #30

Closed TheLarkInn closed 7 years ago

TheLarkInn commented 7 years ago

This allows someone to pass a htmlTemplate property and provide a relative [to config] or absolute path to a custom html-webpack-plugin compatible template file. Fixes #29

Bumped a few deps as well.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.9%) to 98.148% when pulling 78a41b28f6293bd3c729310a43300a1bc2a1d71f on feature/add_custom_html_template into b161d687610386f2f59452139a47a4d326ba2007 on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.9%) to 98.148% when pulling 78a41b28f6293bd3c729310a43300a1bc2a1d71f on feature/add_custom_html_template into b161d687610386f2f59452139a47a4d326ba2007 on master.

TheLarkInn commented 7 years ago

will set codecov thresh for passing to 95% so stuff like this ppasses