Skip to content

Commit f5351a7

Browse files
authored
Merge pull request #643 from terryx/master
Update caching doc as OccurenceOrderPlugin is applied by default in w…
2 parents a6f9bd3 + ba3064e commit f5351a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/guides/caching.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ module.exports = {
213213
new ChunkManifestPlugin({
214214
filename: "chunk-manifest.json",
215215
manifestVariable: "webpackManifest"
216-
}),
217-
new webpack.optimize.OccurenceOrderPlugin()
216+
})
218217
]
219218
};
220219
```

0 commit comments

Comments
 (0)