html-webpack-plugin/examples/custom-template
Rabbit 9665c63362 Add support for webpack 3(#707) 2017-06-24 23:29:56 +02:00
..
dist Add support for webpack 3(#707) 2017-06-24 23:29:56 +02:00
example.js Use semistandard code style 2016-01-20 16:50:16 +01:00
logo.png Refactor examples 2015-09-09 11:38:07 +02:00
main.css Refactor examples 2015-09-09 11:38:07 +02:00
partial.html Update examples 2016-01-08 10:13:40 +01:00
readme.md Update examples 2016-01-08 10:13:40 +01:00
template.html make test passes for webpack@1 and webapck@2 (#642) 2017-05-10 13:44:44 +02:00
webpack.config.js make test passes for webpack@1 and webapck@2 (#642) 2017-05-10 13:44:44 +02:00

readme.md

custom template

This example uses a custom underscore template which inlines an partial using the html-loader: <%= require('html!./partial.html') %>