|
1 | 1 | # examples |
2 | 2 |
|
3 | | -## commonjs |
| 3 | +## [commonjs](commonjs) |
4 | 4 |
|
5 | 5 | example demonstrating a very simple program |
6 | 6 |
|
7 | | -## code-splitting |
| 7 | +## [code-splitting](code-splitting) |
8 | 8 |
|
9 | 9 | example demonstrating a very simple case of Code Splitting. |
10 | 10 |
|
11 | | -## require.resolve |
| 11 | +## [require.resolve](require.resolve) |
12 | 12 |
|
13 | 13 | example demonstrating how to cache clearing of modules with `require.resolve` and `require.cache`. |
14 | 14 |
|
15 | | -## require.context |
| 15 | +## [require.context](require.context) |
16 | 16 |
|
17 | 17 | example demonstrating automatic creation of contexts when using variables in `require`. |
18 | 18 |
|
19 | | -## code-splitted-require.context |
| 19 | +## [code-splitted-require.context](code-splitted-require.context) |
20 | 20 |
|
21 | 21 | example demonstrating contexts in a code-split environment. |
22 | 22 |
|
23 | | -## code-splitted-require.context-amd |
| 23 | +## [code-splitted-require.context-amd](code-splitted-require.context-amd) |
24 | 24 |
|
25 | 25 | example demonstrating contexts in a code-split environment with AMD. |
26 | 26 |
|
27 | | -## loader |
| 27 | +## [loader](loader) |
28 | 28 |
|
29 | 29 | example demonstrating the usage of loaders. |
30 | 30 |
|
31 | | -## coffee-script |
| 31 | +## [coffee-script](coffee-script) |
32 | 32 |
|
33 | 33 | example demonstrating code written in coffee-script. |
34 | 34 |
|
35 | | -## code-splitting-bundle-loader |
| 35 | +## [code-splitting-bundle-loader](code-splitting-bundle-loader) |
36 | 36 |
|
37 | 37 | example demonstrating Code Splitting through the builder loader |
38 | 38 |
|
39 | | -## names-chunks |
| 39 | +## [names-chunks](names-chunks) |
40 | 40 |
|
41 | 41 | example demonstrating merging of chunks with named chunks |
42 | 42 |
|
43 | | -## mixed |
| 43 | +## [mixed](mixed) |
44 | 44 |
|
45 | 45 | example demonstrating mixing CommonJs and AMD |
46 | 46 |
|
47 | | -## web-worker |
| 47 | +## [web-worker](web-worker) |
48 | 48 |
|
49 | 49 | example demonstrating creating WebWorkers with webpack and the worker-loader. |
50 | 50 |
|
51 | | -## i18n |
| 51 | +## [i18n](i18n) |
52 | 52 |
|
53 | 53 | example demonstrating localization. |
54 | 54 |
|
55 | | -## multiple-entry-points |
| 55 | +## [multiple-entry-points](multiple-entry-points) |
56 | 56 |
|
57 | 57 | example demonstrating multiple entry points with Code Splitting. |
58 | 58 |
|
|
0 commit comments