We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74fe74 commit b40a43fCopy full SHA for b40a43f
examples/README.md
@@ -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