Skip to content

💬 a webpack plugin that can visualization your module structure.

License

Notifications You must be signed in to change notification settings

raintygao/module-tree-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

💬 a webpack plugin that can visualization your module structure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published