Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Update build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 authored May 7, 2024
1 parent 7337d16 commit e20bdae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ await build({
sourcemap: true,
minify: !isDevelopment,
entryPoints: {
'bundle': './src/bundle.js',
'bundle': './src/index.ts',
},
bundle: true,
logLevel: 'info',
outdir: 'dist/',
});
});

0 comments on commit e20bdae

Please sign in to comment.