@architect/plugin-bundles
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "@architect/plugin-bundles", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "plugin-bundles Plugin for exposing bundled modules to the browser from your Architect project.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -91,4 +91,7 @@ const { existsSync } = require('fs') | ||
await createConfig(arc, inventory.inv) | ||
await buildAll() | ||
console.log(` @bundles: watching ${config.paths.length} files...`) | ||
if (config.paths.length > 0){ | ||
await buildAll() | ||
console.log(` @bundles: watching ${config.paths.length} files...`) | ||
} | ||
}, | ||
@@ -108,3 +111,7 @@ async watcher ({ filename: path, event }) { | ||
await createConfig(arc, inventory.inv) | ||
await buildAll() | ||
if (config.paths.length > 0){ | ||
await buildAll() | ||
} | ||
return cloudformation // always return cfn | ||
@@ -111,0 +118,0 @@ } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16279
102
0