Skip to content

Commit

Permalink
ビルドコンフィグいろいろいじった
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Mar 23, 2024
1 parent 0b3fb51 commit 531dcbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workspaces/client/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ export default defineConfig(async (): Promise<Options[]> => {
'.wasm': 'binary',
},
metafile: true,
minify: false,
minify: true,
outDir: OUTPUT_DIR,
platform: 'browser',
shims: true,
sourcemap: 'inline',
splitting: false,
sourcemap: true,
splitting: true,
target: ['chrome58', 'firefox57', 'safari11', 'edge18'],
treeshake: false,
treeshake: true,
},
];
});

0 comments on commit 531dcbe

Please sign in to comment.