Skip to content

Commit

Permalink
Fix other build script to do ES modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreedcmu committed Mar 31, 2024
1 parent 71172eb commit dcd070e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-lib.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const esbuild = require('esbuild');
import * as esbuild from 'esbuild';

async function go() {
const args = process.argv.slice(2);
Expand Down

0 comments on commit dcd070e

Please sign in to comment.