We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa22efd commit cf7e363Copy full SHA for cf7e363
src/content/guides/build-performance.md
@@ -70,8 +70,8 @@ Use the `DllPlugin` to move code that is changed less often into a separate comp
70
Decrease the total size of the compilation to increase build performance. Try to keep chunks small.
71
72
- Use fewer/smaller libraries.
73
-- Use the `CommonsChunksPlugin` in Multi-Page Applications.
74
-- Use the `CommonsChunksPlugin` in `async` mode in Multi-Page Applications.
+- Use the `CommonsChunkPlugin` in Multi-Page Applications.
+- Use the `CommonsChunkPlugin` in `async` mode in Multi-Page Applications.
75
- Remove unused code.
76
- Only compile the part of the code you are currently developing on.
77
0 commit comments