Current behaviour 💣
rsbuild.config.mjs
html: {
template: "./public/index.html",
}
./public/index.html
<!doctype html>
<html>
<head></head>
<body>
<div id="<%= mountId %>"></div>
</body>
</html>
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