Bump version

This commit is contained in:
Jan Nicklas 2015-07-08 11:27:09 +02:00
parent cdd563e5af
commit c630d339c6
2 changed files with 3 additions and 3 deletions

View File

@ -171,10 +171,10 @@ HtmlWebpackPlugin.prototype.addFileToAssets = function(compilation, filename) {
HtmlWebpackPlugin.prototype.htmlWebpackPluginAssets = function(compilation, webpackStatsJson, includedChunks, excludedChunks) {
var self = this;
// Use the configured public path or build a relative path
var publicPath = typeof compilation.options.output.publicPath !== 'undefined' ?
compilation.options.output.publicPath :
compilation.options.output.publicPath :
path.relative(path.dirname(self.options.filename), '.');
if (publicPath.length && publicPath.substr(-1, 1) !== '/') {

View File

@ -1,6 +1,6 @@
{
"name": "html-webpack-plugin",
"version": "1.5.2",
"version": "1.6.0",
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"main": "index.js",
"files": [