Update common.mts

This commit is contained in:
thororen 2024-07-19 23:03:18 -04:00 committed by GitHub
parent f031b65216
commit 30a3c2e8bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ import { minify as minifyHtml } from "html-minifier-terser";
import { join, relative } from "path";
import { promisify } from "util";
import { getPluginTarget } from "../utils.mjs";
import { getPluginTarget } from "../utils.mts";
const PackageJSON: typeof import("../../package.json") = JSON.parse(readFileSync("package.json", "utf-8"));