1
Fork 0

Disable minification and change to external sourcemaps.

This commit is contained in:
Bauke 2022-03-20 13:23:04 +01:00
parent f25f4f8b28
commit f3d7e6163d
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 1 deletions

View File

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