mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix dev
This commit is contained in:
parent
77777a5aed
commit
54becd9bde
@ -36,10 +36,10 @@ export default function createJsLibraryTsupConfig(options: { barrelFiles?: strin
|
||||
sourcemap: true,
|
||||
clean: false,
|
||||
noExternal: [...customNoExternal],
|
||||
dts: options.barrelFiles && {
|
||||
dts: options.barrelFiles ? {
|
||||
// we only generate types for the barrel file because it drastically decreases the memory needed for tsup https://github.com/egoist/tsup/issues/920#issuecomment-2454732254
|
||||
entry: options.barrelFiles,
|
||||
},
|
||||
} : true,
|
||||
outDir: 'dist',
|
||||
format: ['esm', 'cjs'],
|
||||
legacyOutput: true,
|
||||
|
||||
@ -796,6 +796,9 @@ importers:
|
||||
npm-run-all:
|
||||
specifier: ^4.1.5
|
||||
version: 4.1.5
|
||||
postcss:
|
||||
specifier: ^8
|
||||
version: 8.5.3
|
||||
prettier:
|
||||
specifier: ^3.5.3
|
||||
version: 3.5.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user