Update esbuild.config.mjs

This commit is contained in:
Phillip 2021-10-24 22:20:07 +02:00 committed by GitHub
parent d8cb7a43e3
commit 29b0462afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ esbuild.build({
bundle: true, bundle: true,
external: ['obsidian'], external: ['obsidian'],
format: 'cjs', format: 'cjs',
minify: prod,
watch: !prod, watch: !prod,
target: 'es2016', target: 'es2016',
logLevel: "info", logLevel: "info",