Skip to content

Commit

Permalink
fix(types): Add typing for platform: 'neutral' (egoist#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner authored and amitdahan committed Dec 25, 2022
1 parent 27532e2 commit 5cb2162
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 5cb2162

Please sign in to comment.