commit bf44958c69674151c018a7bd5ac65ea02685916d
parent de4d26eef0fcccf90d4412dfea734cc84cf7124c
Author: Adam <ad@adamthomann.com>
Date: Fri, 10 Jun 2016 11:03:57 -0400
Fix OccurrenceOrderPlugin spelling (#683)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/webpack.config.js b/tools/webpack.config.js
@@ -229,7 +229,7 @@ const clientConfig = extend(true, {}, config, {
// Assign the module and chunk ids by occurrence count
// Consistent ordering of modules required if using any hashing ([hash] or [chunkhash])
// https://webpack.github.io/docs/list-of-plugins.html#occurrenceorderplugin
- new webpack.optimize.OccurenceOrderPlugin(true),
+ new webpack.optimize.OccurrenceOrderPlugin(true),
...DEBUG ? [] : [