1.0.1 • Published 4 years ago

module-tree-plugin v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

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()
  ]
}

npm.io

npm.io

License

MIT.