@ms-cloudpack/bundler-capabilities
Advanced tools
Comparing version 0.1.16 to 0.1.17
@@ -14,3 +14,4 @@ /** | ||
} | ||
catch { | ||
catch (e) { | ||
console.warn(`Error importing bundler capability "${input.importSpecifier}", Error:`, e); | ||
return undefined; | ||
@@ -17,0 +18,0 @@ } |
{ | ||
"name": "@ms-cloudpack/bundler-capabilities", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "Definition and utilities for bundler capabilities for cloudpack.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11653
95