Skip to content

Commit

Permalink
Fix correct autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Nicklas committed Jun 29, 2015
1 parent 9e313ef commit 7f63ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ HtmlWebpackPlugin.prototype.apply = function(compiler) {
var compilationPromise;
self.context = compiler.context;

compiler.plugin('this-compilation', function(compilation, callback) {
compiler.plugin('make', function(compilation, callback) {
// Compile the template
compilationPromise = self.compileTemplate(self.options.template, self.options.filename, compilation);
compilationPromise.finally(callback);
Expand Down

0 comments on commit 7f63ba8

Please sign in to comment.