File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11This example illustrates a very simple case of Code Splitting with ` require.ensure ` .
22
33* ` a ` and ` b ` are required normally via CommonJS
4- * ` c ` is depdended through the ` require.ensure ` array.
4+ * ` c ` is depended through the ` require.ensure ` array.
55 * This means: make it available, but don't execute it
66 * webpack will load it on demand
77* ` b ` and ` d ` are required via CommonJs in the ` require.ensure ` callback
Original file line number Diff line number Diff line change 11This example illustrates a very simple case of Code Splitting with ` require.ensure ` .
22
33* ` a ` and ` b ` are required normally via CommonJS
4- * ` c ` is depdended through the ` require.ensure ` array.
4+ * ` c ` is depended through the ` require.ensure ` array.
55 * This means: make it available, but don't execute it
66 * webpack will load it on demand
77* ` b ` and ` d ` are required via CommonJs in the ` require.ensure ` callback
You can’t perform that action at this time.
0 commit comments