Skip to content

Commit 8c59781

Browse files
author
sakhisheikh
committed
docs(config): (Reword) Example 3 - custom vendor chunk using RegEx
1 parent 7d0ab4e commit 8c59781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/plugins/split-chunks-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,4 +369,4 @@ module.exports = {
369369
};
370370
```
371371

372-
T> This will result in splitting `react` and `react-dom` into a separate chunk. If you're not sure what packages have been included in a chunk you may refer to [Bundle Analysis](https://webpack.js.org/guides/code-splitting/#bundle-analysis) section for details.
372+
T> This will result in splitting `react` and `react-dom` into a separate chunk. If you're not sure what packages have been included in a chunk you may refer to [Bundle Analysis](/guides/code-splitting/#bundle-analysis) section for details.

0 commit comments

Comments
 (0)