Skip to content
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

[Feature]: Add the possibility to not generate main.html file #1864

Closed
neslinesli93 opened this issue Mar 18, 2024 · 1 comment
Closed

[Feature]: Add the possibility to not generate main.html file #1864

neslinesli93 opened this issue Mar 18, 2024 · 1 comment

Comments

@neslinesli93
Copy link

What problem does this feature solve?

We are using server side rendering from a Elixir/Phoenix application, so index.html is generated at runtime and served by our Elixir backend. We could not find a way to skip generating main.html file in the output directory, it would be useful to have said option

What does the proposed API look like?

Don't know if this should be in output.html or something

@chenjiahan
Copy link
Member

You can set tools.htmlPlugin to false:

https://rsbuild.dev/config/tools/html-plugin#disable-html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants