mirror of
https://github.com/jakejarvis/jakejarvis.git
synced 2025-12-01 07:43:50 -05:00
rename index.cjs -> index.jsx
This commit is contained in:
@@ -9,7 +9,7 @@ import ncc from "@vercel/ncc";
|
||||
import prettyBytes from "pretty-bytes";
|
||||
|
||||
// prepare some paths
|
||||
const inputFile = path.join(process.cwd(), "index.cjs");
|
||||
const inputFile = path.join(process.cwd(), "index.jsx");
|
||||
const outputDir = path.join(process.cwd(), "dist");
|
||||
|
||||
// run code through babel
|
||||
|
||||
Reference in New Issue
Block a user