fix(bot): conversations register - disable minification in build configuration
This commit is contained in:
parent
5f1ad4028c
commit
57da275534
@ -7,7 +7,7 @@ export default defineConfig({
|
||||
external: ['telegraf', 'zod'],
|
||||
format: 'cjs',
|
||||
loader: { '.json': 'copy' },
|
||||
minify: true,
|
||||
minify: false,
|
||||
noExternal: ['@repo'],
|
||||
outDir: './dist',
|
||||
sourcemap: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user