module-tree-plugin
v1.0.1
Published
Readme
module-tree-plugin
This is a webpack plugin that can visualization your module structure.
From module perspective,not bundle perspective.
Getting started
webpack 4 environment
yarn add module-tree-plugin -Dconst ModuleTreePlugin = require('module-tree-plugin');
module.exports = {
plugins: [
new ModuleTreePlugin()
]
}License
MIT.
