mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
refactor(share): remove experiment to precompile EJS
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user