rstackjs / rstackjs/html-rspack-plugin

[html-rspack-plugin]: Invalid left-hand side in assignment

Open
#42 1 comment 0 reactions 0 assignees View on GitHub

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>
Image

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.