-
-
Notifications
You must be signed in to change notification settings - Fork 258
[Bug]: Invalid left-hand side in assignment #5700
Copy link
Copy link
Closed as not planned
Labels
Description
Version
System:
OS: macOS 12.7.6
CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
Memory: 2.18 GB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Browsers:
Chrome: 138.0.7204.158
Edge: 138.0.3351.109
Safari: 17.6Details
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
Reproduce link
nothing
Reproduce Steps
nothing
Reactions are currently unavailable