html-webpack-plugin
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -248,2 +248,3 @@ 'use strict'; | ||
var entry = chunkFiles[0]; | ||
assets.chunks[chunkName].size = chunk.size; | ||
assets.chunks[chunkName].entry = entry; | ||
@@ -303,3 +304,3 @@ assets.js.push(entry); | ||
if (this.options.inject === 'head') { | ||
head = body.concat(scripts); | ||
head = head.concat(scripts); | ||
} else { | ||
@@ -306,0 +307,0 @@ body = body.concat(scripts); |
{ | ||
"name": "html-webpack-plugin", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Simplifies creation of HTML files to serve your webpack bundles", | ||
@@ -32,18 +32,18 @@ "main": "index.js", | ||
"devDependencies": { | ||
"css-loader": "^0.12.0", | ||
"extract-text-webpack-plugin": "^0.7.1", | ||
"file-loader": "^0.8.1", | ||
"jasmine-node": "^1.14.5", | ||
"jshint": "^2.7.0", | ||
"rimraf": "^2.3.3", | ||
"style-loader": "^0.12.2", | ||
"url-loader": "^0.5.5", | ||
"webpack": "^1.8.11" | ||
"css-loader": "^0.15.4", | ||
"extract-text-webpack-plugin": "^0.8.2", | ||
"file-loader": "^0.8.4", | ||
"jasmine-node": "^2.0.0", | ||
"jshint": "^2.8.0", | ||
"rimraf": "^2.4.1", | ||
"style-loader": "^0.12.3", | ||
"url-loader": "^0.5.6", | ||
"webpack": "^1.10.1" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^2.9.25", | ||
"blueimp-tmpl": "~2.5.4", | ||
"bluebird": "^2.9.34", | ||
"blueimp-tmpl": "^2.5.4", | ||
"html-minifier": "^0.7.2", | ||
"lodash": "~3.9.3" | ||
"lodash": "^3.10.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24573
319
+ Addedlodash@3.10.1(transitive)
- Removedlodash@3.9.3(transitive)
Updatedbluebird@^2.9.34
Updatedblueimp-tmpl@^2.5.4
Updatedlodash@^3.10.0