chore: remove log stuff (#1560)

This commit is contained in:
Tobias Åström
2024-06-12 19:04:34 +02:00
committed by GitHub
parent 81f41e7767
commit 983870a0d0
2 changed files with 0 additions and 11 deletions

View File

@@ -187,7 +187,6 @@ const config = ({
? terser({
output: {
preamble: banner,
keep_fnames: mode === 'development',
},
})
: false,