refactor(share): remove experiment to precompile EJS

This commit is contained in:
Elian Doran
2025-06-09 16:24:21 +03:00
parent 828da2aabf
commit 54ffeeaed9
3 changed files with 0 additions and 93 deletions

View File

@@ -1,6 +1,5 @@
import fs from "node:fs";
import path from "node:path";
import ejsPlugin from "./esbuild-ejs-plugin.js";
// import {fileURLToPath} from "node:url";
import dotenv from "dotenv";
@@ -58,9 +57,6 @@ async function runBuild() {
outdir: path.join(rootDir, "dist"),
format: "cjs",
target: ["chrome96"],
plugins: [
ejsPlugin()
],
loader: {
".png": "dataurl",
".gif": "dataurl",