UNPKG

webpack-entry-manifest-plugin

Version:

Webpack plugin for generating an asset manifest with grouped entry chunks.

36 lines (35 loc) 818 B
{ "name": "webpack-entry-manifest-plugin", "version": "2.0.0", "description": "Webpack plugin for generating an asset manifest with grouped entry chunks.", "main": "index.js", "engines": { "node": ">=10.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/nuintun/webpack-entry-manifest-plugin.git" }, "keywords": [ "Webpack", "manifest", "assets", "chunks", "entry" ], "author": { "name": "nuintun", "email": "nuintun@qq.com" }, "license": "MIT", "bugs": { "url": "https://github.com/nuintun/webpack-entry-manifest-plugin/issues" }, "dependencies": { "webpack-sources": "^1.4.3" }, "peerDependencies": { "webpack": ">=3.0.0" }, "homepage": "https://github.com/nuintun/webpack-entry-manifest-plugin#readme" }