## Current behaviour 💣 ### rsbuild.config.mjs ```javascript html: { template: "./public/index.html", } ``` ### ./public/index.html ```html <!doctype html> <html> <head></head> <body> <div id="<%= mountId %>"></div> </body> </html> ``` <img width="513" height="62" alt="Image" src="https://github.com/user-attachments/assets/4a2f972d-9f92-4a7c-a65c-8806ed94c245" /> ## Expected behaviour ☀️ No Error ## Environment 🖥 node: 20.19.2 yarn: 1.2.22 @rsbuild/core": "1.4.9-1.4.11" @rspack/core": "1.4.10" OS: macOS Monterey 12.7.6