Fix default template name

This commit is contained in:
Jan Nicklas 2016-01-18 14:47:26 +01:00 committed by Jan Nicklas
parent 0450b45c40
commit df2e4728ab
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Promise.promisifyAll(fs);
function HtmlWebpackPlugin(options) {
// Default options
this.options = _.extend({
template: __dirname + '/default_index.html',
template: __dirname + '/default_index.ejs',
filename: 'index.html',
hash: false,
inject: true,