Skip to content

Commit 2d59b6d

Browse files
author
Pavithra K
committed
Links to plugin page
1 parent f366a73 commit 2d59b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/how-to/code-splitting/splitting-vendor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ modules.export = function(env) {
7171

7272
On running `webpack` now, we see that two bundles have been created. If you inspect these though, you will find that the code for `moment` is present in both the files!
7373

74-
It is for this reason, that we will need to use the [CommonsChunkPlugin](plugins/commons-chunk-plugin.md).
74+
It is for this reason, that we will need to use the [CommonsChunkPlugin](/configuration/plugins).
7575

7676
## `CommonsChunkPlugin`
7777

0 commit comments

Comments
 (0)