fix(types): Add typing for platform: 'neutral' (#713)

This commit is contained in:
Segev Finer 2022-10-06 17:47:03 +03:00 committed by GitHub
parent 8d7ce9e03f
commit 9488ac0b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ export type Options = {
* Target platform
* @default `node`
*/
platform?: 'node' | 'browser'
platform?: 'node' | 'browser' | 'neutral'
/**
* Esbuild loader option
*/