@easyv/cli
Advanced tools
Comparing version 1.10.4-beta.9 to 1.10.4-beta.10
{ | ||
"name": "@easyv/cli", | ||
"version": "1.10.4-beta.9", | ||
"version": "1.10.4-beta.10", | ||
"description": "Easy[V] component tools", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -36,2 +36,4 @@ const chalk = require('chalk'); | ||
console.log(JSON.stringify(gc), '----gc'); | ||
// build file | ||
@@ -90,5 +92,2 @@ const build = require(path.join( | ||
const { file, base, sourcePath } = await build(item, { removeConsole }); | ||
console.log(file, base, sourcePath) | ||
const bundlePayload = { | ||
@@ -95,0 +94,0 @@ ...base, |
41061