We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75563a commit a858686Copy full SHA for a858686
buildnode.js
@@ -2,7 +2,6 @@ import * as swc from "@swc/core";
2
import path from "node:path";
3
import {fileURLToPath} from "node:url";
4
import {promises as fs} from "fs";
5
-import child_process from "child_process";
6
7
const __filename = fileURLToPath(import.meta.url);
8
const __dirname = path.dirname(__filename);
0 commit comments