Skip to content

Commit 413779b

Browse files
committed
it it=> it in
1 parent f2a6439 commit 413779b

File tree

1 file changed

+1
-1
lines changed
  • examples/common-chunk-and-vendor-chunk

1 file changed

+1
-1
lines changed

examples/common-chunk-and-vendor-chunk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This example shows how to create an explicit vendor chunk as well as a common chunk for code shared among entry points. In this example, we have 3 entry points: `pageA`, `pageB`, and `pageC`. Those entry points share some of the same utility modules, but not others. This configuration will pull out any modules common to at least 2 bundles and place it it the `common` bundle instead, all while keeping the specified vendor libraries in their own bundle by themselves.
1+
This example shows how to create an explicit vendor chunk as well as a common chunk for code shared among entry points. In this example, we have 3 entry points: `pageA`, `pageB`, and `pageC`. Those entry points share some of the same utility modules, but not others. This configuration will pull out any modules common to at least 2 bundles and place it in the `common` bundle instead, all while keeping the specified vendor libraries in their own bundle by themselves.
22

33
To better understand, here are the entry points and which utility modules they depend on:
44

0 commit comments

Comments
 (0)