mirror of
https://github.com/rivea0/obsidian-match-syntax.git
synced 2026-07-22 05:46:49 +00:00
chore: update outDir
This commit is contained in:
parent
78f1ed2ce1
commit
23edc091b1
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export default defineConfig(async ({ mode }) => {
|
|||
},
|
||||
minify: prod,
|
||||
sourcemap: prod ? false : 'inline',
|
||||
outDir: './',
|
||||
outDir: '.',
|
||||
cssCodeSplit: false,
|
||||
emptyOutDir: false,
|
||||
rollupOptions: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue