Skip to content

Commit

Permalink
fix(types): Add typing for platform: 'neutral' (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Oct 6, 2022
1 parent 8d7ce9e commit 9488ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Expand Up @@ -142,7 +142,7 @@ export type Options = {
* Target platform
* @default `node`
*/
platform?: 'node' | 'browser'
platform?: 'node' | 'browser' | 'neutral'
/**
* Esbuild loader option
*/
Expand Down

0 comments on commit 9488ac0

Please sign in to comment.