mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
build(Needs bump): do not minify builds
This commit is contained in:
@@ -11,7 +11,6 @@ await Bun.build({
|
||||
entrypoints: ['./src/index.ts'],
|
||||
outdir: './dist',
|
||||
target: 'bun',
|
||||
minify: true,
|
||||
sourcemap: 'external',
|
||||
})
|
||||
|
||||
@@ -21,7 +20,6 @@ await Bun.build({
|
||||
external: ['tesseract.js-core/*'],
|
||||
target: 'bun',
|
||||
outdir: './dist/worker',
|
||||
minify: true,
|
||||
sourcemap: 'external',
|
||||
})
|
||||
|
||||
|
||||
@@ -12,11 +12,6 @@ await Bun.build({
|
||||
outdir: './dist/src',
|
||||
target: 'bun',
|
||||
external: ['./config.js'],
|
||||
minify: {
|
||||
syntax: true,
|
||||
whitespace: true,
|
||||
identifiers: false,
|
||||
},
|
||||
sourcemap: 'external',
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user