-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
docs: remove broken build.license example
#21073
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
docs: remove broken build.license example
#21073
Conversation
|
The reason I didn't do this is because (iirc) most static providers don't serve dot directories by default. I also placed it in I just sent a PR showing an example of setting |
|
That makes sense. I have another question: when I configure the |
|
Ah, that's unexpected. Esbuild probably stripped them off when we run it on each output chunks, so probably you'd have to configure the banner on the It would be great if you open an issue about this. |
Yeah, that's what I think too.
|
This will not work with rolldown-vite as |
|
This feels a bit tricky. Should we remove the tip for now since it's only showing an example setup? We probably should figure out better banner/footer support later with the new issue. |
|
I agree that the relevant examples should be removed first. |
build.license examplebuild.license example
sapphi-red
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, let's remove this for now
| }) | ||
| ``` | ||
|
|
||
| ::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep it consistent with the default values in the example code above.