Skip to content

Commit

Permalink
Remove an unused require in build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CountBleck committed Oct 7, 2023
1 parent 5fc8a8f commit 3b945ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/build.js
Expand Up @@ -3,13 +3,11 @@ import path from "path";
import { fileURLToPath } from "url";
import esbuild from "esbuild";
import { globSync } from "glob";
import { createRequire } from "module";
import { stdoutColors } from "../util/terminal.js";

import {buildWeb} from "./build-web.js";
import * as dts from "./build-dts.js";

const require = createRequire(import.meta.url);
const dirname = path.dirname(fileURLToPath(import.meta.url));
const watch = process.argv[2] === "--watch";

Expand Down

0 comments on commit 3b945ad

Please sign in to comment.