mirror of https://github.com/webpack/webpack.git
Merge pull request #4505 from rouzbeh84/hotfix/hotlinking-examples-index
Hotfix/hotlinking examples index
This commit is contained in:
commit
a9972a3479
|
|
@ -1,58 +1,58 @@
|
||||||
# examples
|
# examples
|
||||||
|
|
||||||
## commonjs
|
## [commonjs](commonjs)
|
||||||
|
|
||||||
example demonstrating a very simple program
|
example demonstrating a very simple program
|
||||||
|
|
||||||
## code-splitting
|
## [code-splitting](code-splitting)
|
||||||
|
|
||||||
example demonstrating a very simple case of Code Splitting.
|
example demonstrating a very simple case of Code Splitting.
|
||||||
|
|
||||||
## require.resolve
|
## [require.resolve](require.resolve)
|
||||||
|
|
||||||
example demonstrating how to cache clearing of modules with `require.resolve` and `require.cache`.
|
example demonstrating how to cache clearing of modules with `require.resolve` and `require.cache`.
|
||||||
|
|
||||||
## require.context
|
## [require.context](require.context)
|
||||||
|
|
||||||
example demonstrating automatic creation of contexts when using variables in `require`.
|
example demonstrating automatic creation of contexts when using variables in `require`.
|
||||||
|
|
||||||
## code-splitted-require.context
|
## [code-splitted-require.context](code-splitted-require.context)
|
||||||
|
|
||||||
example demonstrating contexts in a code-split environment.
|
example demonstrating contexts in a code-split environment.
|
||||||
|
|
||||||
## code-splitted-require.context-amd
|
## [code-splitted-require.context-amd](code-splitted-require.context-amd)
|
||||||
|
|
||||||
example demonstrating contexts in a code-split environment with AMD.
|
example demonstrating contexts in a code-split environment with AMD.
|
||||||
|
|
||||||
## loader
|
## [loader](loader)
|
||||||
|
|
||||||
example demonstrating the usage of loaders.
|
example demonstrating the usage of loaders.
|
||||||
|
|
||||||
## coffee-script
|
## [coffee-script](coffee-script)
|
||||||
|
|
||||||
example demonstrating code written in coffee-script.
|
example demonstrating code written in coffee-script.
|
||||||
|
|
||||||
## code-splitting-bundle-loader
|
## [code-splitting-bundle-loader](code-splitting-bundle-loader)
|
||||||
|
|
||||||
example demonstrating Code Splitting through the builder loader
|
example demonstrating Code Splitting through the builder loader
|
||||||
|
|
||||||
## names-chunks
|
## [names-chunks](names-chunks)
|
||||||
|
|
||||||
example demonstrating merging of chunks with named chunks
|
example demonstrating merging of chunks with named chunks
|
||||||
|
|
||||||
## mixed
|
## [mixed](mixed)
|
||||||
|
|
||||||
example demonstrating mixing CommonJs and AMD
|
example demonstrating mixing CommonJs and AMD
|
||||||
|
|
||||||
## web-worker
|
## [web-worker](web-worker)
|
||||||
|
|
||||||
example demonstrating creating WebWorkers with webpack and the worker-loader.
|
example demonstrating creating WebWorkers with webpack and the worker-loader.
|
||||||
|
|
||||||
## i18n
|
## [i18n](i18n)
|
||||||
|
|
||||||
example demonstrating localization.
|
example demonstrating localization.
|
||||||
|
|
||||||
## multiple-entry-points
|
## [multiple-entry-points](multiple-entry-points)
|
||||||
|
|
||||||
example demonstrating multiple entry points with Code Splitting.
|
example demonstrating multiple entry points with Code Splitting.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue