Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit 9701568

Browse files
committed
Update README.md
1 parent 4b44c37 commit 9701568

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
Builds a dependency tree from webpack stats
44

5+
## Example
6+
7+
```
8+
9+
│ node_modules/react
10+
11+
│ node_modules/classnames
12+
13+
│ node_modules/immutable
14+
15+
│ node_modules/lodash
16+
17+
│ node_modules/font-awesome
18+
19+
│ node_modules/datatables
20+
21+
│ node_modules/style-loader
22+
23+
│ node_modules/css-loader
24+
25+
│ │ node_modules/webpack
26+
│ └─┬ [email protected]
27+
│ │ node_modules/webpack/node_modules/node-libs-browser
28+
│ └── [email protected]
29+
│ node_modules/webpack/node_modules/node-libs-browser/node_modules/process
30+
31+
│ node_modules/react-bootstrap
32+
33+
node_modules/jquery
34+
```
35+
36+
## API
37+
538
### fromStats(stats, [opts])
639

740
Builds a dependency tree from webpack stats.

0 commit comments

Comments
 (0)