cnt-html-webpack-plugin
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -27,3 +27,4 @@ 'use strict'; | ||
title: 'Webpack App', | ||
xhtml: false | ||
xhtml: false, | ||
tplAssetsPath : '' | ||
}, options); | ||
@@ -282,3 +283,3 @@ } | ||
} | ||
html = html.replace(/..\/images/g,'./images'); | ||
html = html.replace(self.options.tplAssetsPath[1],self.options.tplAssetsPath[0]); | ||
return Promise.resolve() | ||
@@ -285,0 +286,0 @@ // Inject |
{ | ||
"name": "cnt-html-webpack-plugin", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
33025
862