Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrkou47/webpack-modules-manifest-plugin

generate file contain all bundled module.
https://github.com/mrkou47/webpack-modules-manifest-plugin

Last synced: about 2 months ago
JSON representation

generate file contain all bundled module.

Awesome Lists containing this project

README

        

# 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

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

...

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

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

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