From 15e343739e28eaed668445d7af274bd22c1a7a9f Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Wed, 31 Jul 2024 22:59:59 +0200 Subject: Add stylelint and configure eslint to add custom plugin. - Split up main.ts into multiple files. --- esbuild.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'esbuild.config.mjs') diff --git a/esbuild.config.mjs b/esbuild.config.mjs index b13282b..859fa6e 100644 --- a/esbuild.config.mjs +++ b/esbuild.config.mjs @@ -15,7 +15,7 @@ const context = await esbuild.context({ banner: { js: banner, }, - entryPoints: ["main.ts"], + entryPoints: ["src/main.ts"], bundle: true, external: [ "obsidian", @@ -45,4 +45,4 @@ if (prod) { process.exit(0); } else { await context.watch(); -} \ No newline at end of file +} -- cgit v1.2.3