From 6b22d67160c69265aa263abe01bb8ee39218e4bb Mon Sep 17 00:00:00 2001 From: A-F-V Date: Tue, 15 Oct 2024 14:15:34 +0100 Subject: [PATCH] Ensured builds to dist/main.js --- esbuild.config.mjs | 2 +- tsconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/esbuild.config.mjs b/esbuild.config.mjs index ab9673f..ca63dfb 100644 --- a/esbuild.config.mjs +++ b/esbuild.config.mjs @@ -68,7 +68,7 @@ const context = await esbuild.context({ banner: { js: banner, }, - entryPoints: ['dist/src/main.js'], + entryPoints: ['dist/main.js'], bundle: true, external: [ 'obsidian', diff --git a/tsconfig.json b/tsconfig.json index 8029bcc..3fd4c8f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,7 +27,6 @@ }, "include": [ "src/**/*", - "jest.config.js" ], "exclude": [ "node_modules",