From 7e7f8bc89250539e90933cb2f4004190aa664822 Mon Sep 17 00:00:00 2001 From: ZomoXYZ Date: Mon, 6 Jun 2022 14:48:33 -0500 Subject: [PATCH] removed old code --- esbuild.mjs | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/esbuild.mjs b/esbuild.mjs index 69c0657..d257ba2 100644 --- a/esbuild.mjs +++ b/esbuild.mjs @@ -1,28 +1,4 @@ import { build } from 'esbuild' -// import commandLineArgs from 'command-line-args'; - -// const args = commandLineArgs([ -// { name: 'watch', alias: 'w', type: Boolean }, -// { name: 'bundle', alias: 'b', type: Boolean }, -// { name: 'minify', alias: 'm', type: Boolean }, -// { name: 'sourcemap', alias: 's', type: Boolean } -// ]); - -//build TS -// build({ -// entryPoints: ['src/main.ts'], -// outdir: 'dist', - -// target: 'es2020', -// platform: 'node', -// format: 'cjs', - -// watch: args.watch, -// bundle: args.bundle, -// minify: args.minify, -// sourcemap: args.sourcemap -// }); - import { lstatSync, readdirSync,