Skip to content

Commit

Permalink
fix: address typo in namedExports type definition (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Oct 30, 2023
1 parent 44320ec commit 3923ab2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nervous-olives-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vite-imagetools': patch
---

fix: address typo in namedExports type definition
2 changes: 1 addition & 1 deletion packages/vite/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ export interface VitePluginOptions {
* Takes precedence over Vite's `json.namedExports`
* @default undefined
*/
namedExports?: undefined
namedExports?: boolean
}

0 comments on commit 3923ab2

Please sign in to comment.