Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrkou47/webpack-modules-manifest-plugin
- Owner: MrKou47
- License: mit
- Created: 2018-02-06T12:38:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T08:48:56.000Z (about 3 years ago)
- Last Synced: 2024-11-23T10:12:07.432Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```