@chialab/esbuild-plugin-bundle-dependencies
Advanced tools
Comparing version 0.12.2 to 0.12.7
@@ -24,3 +24,7 @@ import { readFile } from 'fs/promises'; | ||
const options = build.initialOptions; | ||
const { sourceRoot, absWorkingDir } = options; | ||
const { sourceRoot, absWorkingDir, bundle } = options; | ||
if (!bundle) { | ||
return; | ||
} | ||
const rootDir = sourceRoot || absWorkingDir || process.cwd(); | ||
@@ -27,0 +31,0 @@ const external = [...(options.external || [])]; |
{ | ||
"name": "@chialab/esbuild-plugin-bundle-dependencies", | ||
"type": "module", | ||
"version": "0.12.2", | ||
"version": "0.12.7", | ||
"description": "Collect or exclude module dependencies to bundle.", | ||
@@ -36,3 +36,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "78b4044e43ddb423527529d38bf89bb56812868a" | ||
"gitHead": "3dea1f3e3e7ecb0c74e991ffbc6be2b93d0fb08c" | ||
} |
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
5510
76