mirror of
https://github.com/sonophage/stardust-importer.git
synced 2026-07-22 07:48:44 +00:00
chore: align esbuild banner with plugin name
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
45bd08d5a1
commit
c60a0e02c4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const production = process.argv[2] === "production";
|
|||
const builtins = builtinModules.flatMap((m) => [m, `node:${m}`]);
|
||||
|
||||
const context = await esbuild.context({
|
||||
banner: { js: "/* Harker Importer — Obsidian plugin by Sonophage. */" },
|
||||
banner: { js: "/* Stardust Importer — Obsidian plugin by Sonophage. */" },
|
||||
entryPoints: ["main.ts"],
|
||||
bundle: true,
|
||||
external: ["obsidian", "electron", ...builtins],
|
||||
|
|
|
|||
Loading…
Reference in a new issue