On a fresh checkout, app/js does not exist and build script can error without creating it first. Additionally added node: prefix to node built-in imports for future proofing.
FWIW: Tried running bundler script (bundler.mts) in Node experimental and Deno with the node: prefix and they work without the need for temporary file outputs.
On a fresh checkout,
app/js
does not exist and build script can error without creating it first. Additionally addednode:
prefix to node built-in imports for future proofing.FWIW: Tried running bundler script (
bundler.mts
) in Node experimental and Deno with thenode:
prefix and they work without the need for temporary file outputs.