Convert a stats.json file outputted by webpack and visualize in a force directed diagram + detail/connections view
stats.json
Force Directed Graph View
Detail & Connections View
Add colors
Detail View for selected node
npm install
make dev
src
├── javascript
dist - compiled ES5 javascript
test.
└── fixture.js
.babelrc - babel options
mocha.opts - test framework options
wallaby.config.js - continuous unit testing options
package.json - vendor dependencies
node_modules - vendor files
Javascript ES6 with babel transpilation Mocha Wallaby Chai (assertions - expect)
make test
make build
-
Force-Directed Graph with Drag/Zoom/Pan/Center/Resize/Labels/Shapes/Filter/Highlight
-
Stellar Webpack
- https://github.com/alexkuz/stellar-webpack/blob/master/src/WebpackGraph.js
- A lot of the scaffolding was inspired by this project.