Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo Nie authored and nihgwu committed Feb 15, 2024
1 parent 2c44427 commit 56fd4e5
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 180 deletions.
2 changes: 1 addition & 1 deletion apps/website/pages/bundlers/esbuild.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ const prod = process.env.NODE_ENV === 'production';

esbuild
.build({
filter: /\.(js|jsx|ts|tsx)$/,
entryPoints: ['src/index.ts'],
outdir: 'dist',
bundle: true,
minify: prod,
plugins: [
wyw({
filter: /\.(js|jsx|ts|tsx)$/,
sourceMap: prod,
}),
],
Expand Down
Loading

0 comments on commit 56fd4e5

Please sign in to comment.