From c63f15522f98be46fc6a7930492457dec72c3dd7 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 5 Feb 2024 16:43:29 +0100 Subject: [PATCH] TEMP: debug convert --- utils/convert.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/convert.js b/utils/convert.js index aeba49d9f..af8f4aee1 100755 --- a/utils/convert.js +++ b/utils/convert.js @@ -6,6 +6,9 @@ const fs = require('fs'); const fse = require('fs-extra'); const babel = require('@babel/core'); +console.log(program); +console.log(program.option); + program .option('-m, --with-source-maps [type]', 'output source maps when not generating a bundled app (type may be empty for external source maps, inline for inline source maps, or both) ') .option('--clean', 'clear the lib folder before building')