Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 663 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 663 Bytes

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

Install

yarn add module-tree-plugin -D

Usage (as a plugin)

const ModuleTreePlugin = require('module-tree-plugin');

module.exports = {
  plugins: [
    new ModuleTreePlugin()
  ]
}

License

MIT.