mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
build: test prod
This commit is contained in:
parent
46db66038e
commit
d56b27a7b0
@ -65,7 +65,8 @@ const baseConfig = (mode: string = 'development') => defineConfig({
|
|||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
target: 'esnext',
|
target: 'esnext',
|
||||||
minify: mode === 'production' ? 'esbuild' : false,
|
// minify: mode === 'production' ? 'esbuild' : false,
|
||||||
|
minify: false,
|
||||||
lib: {
|
lib: {
|
||||||
entry: 'src/index.ts',
|
entry: 'src/index.ts',
|
||||||
formats: ['cjs'],
|
formats: ['cjs'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user