Skip to content

Commit 6a4db36

Browse files
Obura Tongoikazupon
Obura Tongoi
authored andcommitted
Change occurence to occurrence (vuejs#655)
This was causing the following error: webpack.optimize.OccurenceOrderPlugin is not a constructor
1 parent cd3ab38 commit 6a4db36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/workflow/production.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ module.exports = {
2424
warnings: false
2525
}
2626
}),
27-
// optimize module ids by occurence count
28-
new webpack.optimize.OccurenceOrderPlugin()
27+
// optimize module ids by occurrence count
28+
new webpack.optimize.OccurrenceOrderPlugin()
2929
]
3030
}
3131
```

0 commit comments

Comments
 (0)