You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1557, htmlparser2 has been added to the client code, making it becomes the largest runtime dependency of Rspress:
In general, it is not a good idea to parse HTML on the browser side, as this will affect both the bundle size and runtime performance. I suggest that we process HTML in Node.js or use a lighter solution in the browser.
Reproduce link
/
Reproduce Steps
main branch
The text was updated successfully, but these errors were encountered:
Version
Details
In #1557,
htmlparser2
has been added to the client code, making it becomes the largest runtime dependency of Rspress:In general, it is not a good idea to parse HTML on the browser side, as this will affect both the bundle size and runtime performance. I suggest that we process HTML in Node.js or use a lighter solution in the browser.
Reproduce link
/
Reproduce Steps
main branch
The text was updated successfully, but these errors were encountered: