vap-builder
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "vap-builder", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Fast VAP framework buider", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ "use strict"; | ||
this.outputDir = path.resolve(outputDir); | ||
if (config.site.compress) { | ||
if (_.has(config, 'site') && config.site.compress) { | ||
this.useCompress = true; | ||
@@ -23,0 +23,0 @@ } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16860
0