You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know we can specify the type for packages uniformly: https://esbuild.github.io/api/#conditions
But for some packages, I prefer to manually specify the conditions (due to the quirk of dependencies)
I want to use
But 'resolve' does not provide an option such as conditions: ['xxx ','yy']
If I want to modify the parsing, it can only be manually implemented, so can I expose this part of the functionality for plugin development?
like:
I know we can specify the type for packages uniformly: https://esbuild.github.io/api/#conditions
But for some packages, I prefer to manually specify the conditions (due to the quirk of dependencies)
I want to use
But 'resolve' does not provide an option such as conditions: ['xxx ','yy']
If I want to modify the parsing, it can only be manually implemented, so can I expose this part of the functionality for plugin development?
like:
The text was updated successfully, but these errors were encountered: