Skip to content

Commit

Permalink
TEMP: debug convert
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Feb 5, 2024
1 parent 60643fe commit c63f155
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit c63f155

Please sign in to comment.