Skip to content

Commit b40a43f

Browse files
committed
added README to examles
1 parent f74fe74 commit b40a43f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

examples/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# examples
2+
3+
## code-splitting
4+
5+
example demonstrating a very simple case of Code Splitting.
6+
7+
## require.context
8+
9+
example demonstrating to automatic creation of contextes when using variables in `require`.
10+
11+
## code-splitted-require.context
12+
13+
example demonstrating contextes in a code-splitted environment.
14+
15+
## loader
16+
17+
example demonstrating to usage of loaders.
18+
19+
## coffee-script
20+
21+
example demonstrating code written in coffee-script.
22+
23+
# Requests
24+
25+
If you think a example is missing, please report it as issue. :)
26+
27+
# Build
28+
29+
There is a `build.js` file in each example directory.
30+
Run it with node in the example directory to compile it and the README.md file.

0 commit comments

Comments
 (0)