fix comment

This commit is contained in:
anjianshi 2016-01-09 10:10:04 +08:00
parent b3913d0400
commit ca50483385
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function HtmlWebpackPlugin(options) {
excludeChunks: [],
title: 'Webpack App'
}, options);
// If the template doesn't use a loader use the blueimp template loader
// If the template doesn't use a loader use the lodash template loader
if(this.options.template.indexOf('!') === -1) {
this.options.template = require.resolve('./loader.js') + '!' + path.resolve(this.options.template);
}