Skip to content

Commit

Permalink
shims: false
Browse files Browse the repository at this point in the history
  • Loading branch information
a01sa01to committed Mar 23, 2024
1 parent 31b40fd commit 96aa174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workspaces/client/tsup.config.ts
Expand Up @@ -57,7 +57,7 @@ export default defineConfig(async (): Promise<Options[]> => {
minify: true,
outDir: OUTPUT_DIR,
platform: 'browser',
shims: true,
shims: false,
sourcemap: false,
splitting: true,
target: ['chrome124'],
Expand Down
2 changes: 1 addition & 1 deletion workspaces/server/tsup.config.ts
Expand Up @@ -25,7 +25,7 @@ export default defineConfig(async (): Promise<Options[]> => {
minify: true,
noExternal: [/@wsh-2024\/.*/],
outDir: OUTPUT_DIR,
shims: true,
shims: false,
sourcemap: true,
splitting: true,
target: 'node18',
Expand Down

0 comments on commit 96aa174

Please sign in to comment.