webpack/examples
Tobias Koppers c44e5f8dc4 add [hash] function 2012-05-01 17:46:26 +02:00
..
code-splitted-require.context add [hash] function 2012-05-01 17:46:26 +02:00
code-splitting add [hash] function 2012-05-01 17:46:26 +02:00
coffee-script add [hash] function 2012-05-01 17:46:26 +02:00
loader add [hash] function 2012-05-01 17:46:26 +02:00
require.context add [hash] function 2012-05-01 17:46:26 +02:00
README.md docs: typo fixes 2012-04-30 21:14:17 -07:00
build-common.js module ids are predictable, loaders not optional anymore 2012-04-07 21:36:55 +02:00
buildAll.js better free var filling, node.js test 2012-04-05 14:59:01 +02:00
template-common.js better free var filling, node.js test 2012-04-05 14:59:01 +02:00

README.md

examples

code-splitting

example demonstrating a very simple case of Code Splitting.

require.context

example demonstrating to automatic creation of contexts when using variables in require.

code-splitted-require.context

example demonstrating contexts in a code-split environment.

loader

example demonstrating to usage of loaders.

coffee-script

example demonstrating code written in coffee-script.

Requests

If you think a example is missing, please report it as issue. :)

Build

There is a build.js file in each example directory. Run it with node in the example directory to compile it and the README.md file.