0.0.1 • Published 6 years ago

webpack-modules-manifest-plugin v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

webpack-modules-manifest-plugin

generate file contain all bundled module.

Install

yarn add webpack-modules-manifest-plugin

or

npm install webpack-modules-manifest-plugin

Usage

const WebpackModulesManifestPlugin = require('webpack-modules-manifest-plugin');

...

plugins: [
  // your plugins
  new WebpackModulesManifestPlugin()
]

Then check your asserts folder, there should have an modules-manifest.json

- your-output-folder
  - modules-manifest.json