1.0.1 • Published 4 years ago
module-tree-plugin v1.0.1
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 -D
const ModuleTreePlugin = require('module-tree-plugin');
module.exports = {
plugins: [
new ModuleTreePlugin()
]
}
License
MIT.