@studyportals/bob-manifest-generator
Advanced tools
Comparing version 2.4.0-beta.4 to 2.4.0-beta.5
{ | ||
"name": "@studyportals/bob-manifest-generator", | ||
"version": "2.4.0-beta.4", | ||
"version": "2.4.0-beta.5", | ||
"description": "A Webpack plugin that generates a manifest file for your microservice.", | ||
@@ -5,0 +5,0 @@ "main": "src/main.js", |
@@ -11,3 +11,3 @@ const path = require('path'); | ||
name: options.name, | ||
html: '', | ||
html: undefined, | ||
assets: { | ||
@@ -156,3 +156,5 @@ js: [], | ||
setHtml(assets, files, chunks) { | ||
this.manifest.html = this.html || ''; | ||
if(this.manifest.html){ | ||
this.manifest.html = this.html; | ||
} | ||
@@ -159,0 +161,0 @@ if(this.embedChunk !== undefined){ |
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
17552
292