[Docs]: Added TOC

This commit is contained in:
James Kaviyil Jose 2019-08-06 21:42:48 +05:30 committed by GitHub
parent e5e5a68d1b
commit adac42ea1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -1,4 +1,34 @@
# Examples
## Table of Contents
1. [Aggressive Merging](#aggressive-merging)
2. [Chunk](#chunk)
3. [Code Splitted](#code-splitted)
4. [Code Splitting](#code-splitting)
5. [Coffee Script](#coffee-script)
6. [CommonJS](#commonjs)
7. [DLL](#dll)
8. [Externals](#externals)
9. [Harmony](#harmony)
10. [HTTP2 Aggressive Splitting](#http2-aggressive-splitting)
11. [Hybrid Routing](#hybrid-routing)
12. [i18n](#i18n)
13. [Loader](#loader)
14. [Mixed](#mixed)
15. [Multi Compiler](#multi-compiler)
16. [Multi Part Library](#multi-part-library)
17. [Multiple Entry Points](#multiple-entry-points)
18. [Require Context](#require-context)
19. [Require Resolve](#require-resolve)
20. [Scope Hoisting](#scope-hoisting)
21. [Side Effects](#side-effects)
22. [Source Map](#source-map)
23. [Web Worker](#web-worker)
24. [Requests](#requests)
25. [Building an Example](#building-an-example)
## Aggressive Merging
[aggressive-merging](aggressive-merging)