Skip to content

Commit

Permalink
docs: update EsbuildBuildOptions link
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-es committed Oct 5, 2024
1 parent d3d97d6 commit 0911b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dep-optimization-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default defineConfig({

## optimizeDeps.esbuildOptions
<!-- textlint-disable -->
- **型:** [`Omit`](https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys)`<`[`EsbuildBuildOptions`](https://esbuild.github.io/api/#simple-options)`,
- **型:** [`Omit`](https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys)`<`[`EsbuildBuildOptions`](https://esbuild.github.io/api/#general-options)`,
| 'bundle'
| 'entryPoints'
| 'external'
Expand Down

0 comments on commit 0911b91

Please sign in to comment.