1
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:
2022-05-09 14:48:31 -04:00
parent 42dc0c3b4b
commit 1a95e4b8f4
3 changed files with 2 additions and 2 deletions

View File

@@ -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