Skip to content

Commit e5f7cd4

Browse files
authored
Merge pull request #24 from pgiraud/patch-1
Fix typo
2 parents cbfe426 + 69ac3dc commit e5f7cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ function ngAnnotatePlugin(options) {
99
ngAnnotatePlugin.prototype.apply = function apply(compiler) {
1010
var options = this.options;
1111

12-
compiler.hooks.compilation.tap('NoAnnotateWebpackPlugin', function(compilation) {
13-
compilation.hooks.optimizeChunkAssets.tapAsync('NoAnnotateWebpackPlugin', function(chunks, callback) {
12+
compiler.hooks.compilation.tap('NgAnnotateWebpackPlugin', function(compilation) {
13+
compilation.hooks.optimizeChunkAssets.tapAsync('NgAnnotateWebpackPlugin', function(chunks, callback) {
1414
var files = [];
1515

1616
function getFilesFromChunk(chunk) {

0 commit comments

Comments
 (0)