chunk-manifest-webpack-plugin
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -19,3 +19,3 @@ var RawSource = require("webpack-core/lib/RawSource"); | ||
mainTemplate.plugin("require-ensure", function(_, chunk, hash) { | ||
var filename = this.outputOptions.filename; | ||
var filename = this.outputOptions.chunkFilename || this.outputOptions.filename; | ||
var chunkManifest; | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "chunk-manifest-webpack-plugin", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Allows exporting a manifest that maps chunk ids to their output files, instead of keeping the mapping inside the webpack bootstrap.", | ||
@@ -9,7 +9,3 @@ "main": "lib/ChunkManifestPlugin.js", | ||
}, | ||
"author": { | ||
"name": "Jason Anderson", | ||
"email": "diurnalist@gmail.com", | ||
"url": "http://diurnal.st" | ||
}, | ||
"author": "Jason Anderson <diurnalist@gmail.com> (http://diurnal.st)", | ||
"license": "MIT", | ||
@@ -21,3 +17,18 @@ "dependencies": { | ||
"webpack": "^1.4.0-beta6" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/diurnalist/chunk-manifest-webpack-plugin.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/diurnalist/chunk-manifest-webpack-plugin/issues" | ||
}, | ||
"homepage": "https://github.com/diurnalist/chunk-manifest-webpack-plugin#readme", | ||
"devDependencies": {}, | ||
"keywords": [ | ||
"webpack", | ||
"chunk", | ||
"manifest", | ||
"plugin" | ||
] | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5089
1
2
0