fix(cli): should not empty out dir (#11423)

This commit is contained in:
neverland 2022-12-26 09:33:36 +08:00 committed by GitHub
parent c6f1d99318
commit 2d9148d5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,8 @@ export function getViteConfigForPackage({
: undefined,
build: {
emptyOutDir: false,
lib: {
name,
entry,