Fix resvg not loading

This commit is contained in:
Jade Ellis 2024-08-26 22:05:38 +01:00
parent e20840973e
commit fcfc582396
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -27,8 +27,8 @@ await (async () => {
`;
const banner = {
"js": ESM_REQUIRE_SHIM
};
};
esbuild.build({
sourcemap: true, // Source map generation must be turned on
platform: "node", // Node.js platform
@ -38,7 +38,7 @@ esbuild.build({
bundle: true, // Generate an external bundle
format: "esm", // Output format
loader: {
".node": "file",
".node": "copy",
},
alias: {
"perf_hooks": "node:perf_hooks",