rstackjs / rstackjs/html-rspack-plugin
[html-rspack-plugin]: Invalid left-hand side in assignment
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 19
- Forks
- 4
- Avg merge
- 6h 44m
- Merged PRs (30d)
- 11
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with rsbuild.config.mjs pointing to public/index.html and the shown <%= mountId %> template expression. Inspect the plugin's template-processing entry point and existing tests to identify why this input produces the invalid-left-hand-side error; done means the example builds without an error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100