mirror of
https://github.com/nellowtcs/Obsidian-IroView.git
synced 2026-07-22 06:56:57 +00:00
Fix esbuild path
This commit is contained in:
parent
e7440d6d76
commit
2a2db58602
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ const context = await esbuild.context({
|
|||
logLevel: "info",
|
||||
sourcemap: prod ? false : "inline",
|
||||
treeShaking: true,
|
||||
outfile: "../main.js",
|
||||
outfile: "./dist/main.js",
|
||||
minify: prod,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue