Skip to content

Commit

Permalink
use dynamic import
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Nov 19, 2024
1 parent 9059240 commit b9e44ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vl2vg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

const {createWriteStream} = require('fs');
const vegaLite = require('..');
const compactStringify = require('json-stringify-pretty-compact');
const compactStringify = await import('json-stringify-pretty-compact');
const read = require('./read');
const args = require('./args');

Expand Down

0 comments on commit b9e44ee

Please sign in to comment.