-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"banner" must be a string #4026
Comments
You’re getting an error that says “banner must be a string” in transform mode because “banner” must be a string in transform mode. The error message is correct. You need you fix your code to address the error message. |
OK. I think maybe the docs here should show the difference or it might cause confuse and also no idea what's the proper string format, is it like |
And I wonder if esbuild can handle the format internally? It's very unconvinient both write a string here and the one config in two format |
The format is infered by |
The rationale is that the |
here's the reproduce link
in transform mode, will get the error
but the build mode is fine
The text was updated successfully, but these errors were encountered: