Skip to content

Commit 055b06a

Browse files
mi4lmontogeek
authored andcommitted
fix(plugins): Add period to end of first paragraph (#2699)
1 parent 57b4599 commit 055b06a

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
@@ -17,7 +17,7 @@ related:
1717
url: https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
1818
---
1919

20-
Originally, chunks (and modules imported inside them) were connected by a parent-child relationship in the internal webpack graph. The `CommonsChunkPlugin` was used to avoid duplicated dependencies across them, but further optimizations were not possible
20+
Originally, chunks (and modules imported inside them) were connected by a parent-child relationship in the internal webpack graph. The `CommonsChunkPlugin` was used to avoid duplicated dependencies across them, but further optimizations were not possible.
2121

2222
Since webpack v4, the `CommonsChunkPlugin` was removed in favor of `optimization.splitChunks`.
2323

0 commit comments

Comments
 (0)