How can I have "public" folder at development time? #2409
-
Hey. I'm new to rsbuild, coming with the create-react-app background. I've noticed that there's so folder called "public" in the project, or any index.html file before building the project. I wonder, if there's any way to configure the rsbuild to achieve this. I did some research and I figured out, someone built a feature for it, and it looks like it was being merged to the project. but I don't know how to enable it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
https://rsbuild.dev/guide/basic/static-assets#public-folder Rsbuild has already implemented this feature, just create "public" folder and to use it. |
Beta Was this translation helpful? Give feedback.
https://rsbuild.dev/guide/basic/static-assets#public-folder
Rsbuild has already implemented this feature, just create "public" folder and to use it.