UNPKG

chunk-manifest-webpack-plugin

Version:

Allows exporting a manifest that maps chunk ids to their output files, instead of keeping the mapping inside the webpack bootstrap.

33 lines (32 loc) 955 B
{ "name": "chunk-manifest-webpack-plugin", "version": "1.1.2", "description": "Allows exporting a manifest that maps chunk ids to their output files, instead of keeping the mapping inside the webpack bootstrap.", "main": "lib/ChunkManifestPlugin.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Jason Anderson <diurnalist@gmail.com> (http://diurnal.st)", "license": "MIT", "dependencies": { "webpack-core": "^0.6.9" }, "peerDependencies": { "webpack": "^2.0.0 || ^3.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/soundcloud/chunk-manifest-webpack-plugin.git" }, "bugs": { "url": "https://github.com/soundcloud/chunk-manifest-webpack-plugin/issues" }, "homepage": "https://github.com/soundcloud/chunk-manifest-webpack-plugin#readme", "devDependencies": {}, "keywords": [ "webpack", "chunk", "manifest", "plugin" ] }