Disable Vite's minification.

This commit is contained in:
Bauke 2022-03-16 21:57:45 +01:00
parent bfb0b33ba3
commit 66c3f7e444
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

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