Skip to content

Commit 759a67a

Browse files
author
sakhisheikh
committed
docs(config): (typo) Example 3 - custom vendor chunk using RegEx
1 parent 628528e commit 759a67a

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 into a vendor chunk containing desired libraries provided in RegEx patter. A better understanding of chunks can be visualized by [webpack-visualizer](https://chrisbateman.github.io/webpack-visualizer/).
372+
T> This will result into a vendor chunk containing desired libraries provided in RegEx pattern. A better understanding of chunks can be visualized by [webpack-visualizer](https://chrisbateman.github.io/webpack-visualizer/).

0 commit comments

Comments
 (0)