pure-index
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -37,7 +37,3 @@ import { join } from 'node:path' | ||
}).search() | ||
console.log(cli.flags) | ||
// parseArgs(process.argv) | ||
process.exit(0) | ||
if (!result) { | ||
@@ -51,3 +47,3 @@ return BASE_CONFIG | ||
babelPlugins = [], | ||
entry = BASE_CONFIG.entry, | ||
entry = cli.flags.entry, | ||
batch = {} | ||
@@ -54,0 +50,0 @@ } |
{ | ||
"name": "pure-index", | ||
"type": "module", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "some description", | ||
@@ -6,0 +6,0 @@ "main": "./bin/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
14522
348