@chialab/esbuild-rna
Advanced tools
Comparing version 0.17.5 to 0.17.6
@@ -1105,3 +1105,3 @@ import path from 'path'; | ||
entryNames: buildOptions.chunkNames || buildOptions.entryNames, | ||
write: options.write ?? buildOptions.write ?? true, | ||
write: buildOptions.write !== false ? (options.write ?? true) : false, | ||
globalName: undefined, | ||
@@ -1108,0 +1108,0 @@ outfile: undefined, |
{ | ||
"name": "@chialab/esbuild-rna", | ||
"type": "module", | ||
"version": "0.17.5", | ||
"version": "0.17.6", | ||
"description": "A framework for esbuild plugins with transform and emit capabilities.", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
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
77829