Disable Vite's minification.

This commit is contained in:
Bauke 2022-03-17 14:03:08 +01:00
parent f4d0009f73
commit 11bb3c695c
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ fs.mkdirSync(path.join(currentDir, 'firefox'), {recursive: true});
export default defineConfig({
build: {
minify: true,
outDir: buildDir,
sourcemap: 'inline',
},