html-webpack-plugin
Advanced tools
Comparing version 5.0.0-alpha.6 to 5.0.0-alpha.7
@@ -467,3 +467,3 @@ // @ts-check | ||
return fsReadFileAsync(filename) | ||
.then(source => new webpack.sources.RawSource(source, true)) | ||
.then(source => new webpack.sources.RawSource(source, false)) | ||
.catch(() => Promise.reject(new Error('HtmlWebpackPlugin: could not load file ' + filename))) | ||
@@ -470,0 +470,0 @@ .then(rawSource => { |
{ | ||
"name": "html-webpack-plugin", | ||
"version": "5.0.0-alpha.6", | ||
"version": "5.0.0-alpha.7", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Simplifies creation of HTML files to serve your webpack bundles", |
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
140363