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 c58a3f8 commit aa592bbCopy full SHA for aa592bb
bundler.js
@@ -5,7 +5,7 @@ import { dirname as pathDirname, join as pathJoin } from "node:path";
5
import { fileURLToPath } from "node:url";
6
import ncc from "@vercel/ncc";
7
const root = pathDirname(fileURLToPath(import.meta.url));
8
-const packageFileName = "package.json"
+const packageFileName = "package.json";
9
const scriptEntryPointFileName = "main.js";
10
const inputDirectoryPath = pathJoin(root, "temp");
11
const inputFilePath = pathJoin(inputDirectoryPath, scriptEntryPointFileName);
0 commit comments