-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating "@ng-rsbuild/plugin-angular" to "19.0.0-alpha.14" renders a blank page #40
Comments
Can you provide a repo reproducing the issue? |
@eilensm I understand the difficulty in sharing a company repo, however, if you could create a new repo that reproduces this issue that you could share with me, that would be super helpful. Right now, I do not have much to work off of to determine why it's rendering a blank page unfortunately. |
@eilensm: Do you have typing issues in your rspack.config.ts? It seems like such typing issues are not reported when running rspack, but they make the build fail. At least, I had such a situation yesterday. |
@Coly010 I tried to fiddle around with the rsbuild/csr/css example project (added e.g. PrimeNG) and got the same result (blank page). But even after reverting all my changes and after cleaning up the node_modules folder I get the blank page for "npx rsbuild dev" there. I did some further investigation and for me, the problem arises between those two tags:
@manfredsteyer Thanks for the hint, but I cannot see any typing issues there.
BTW, I'm on Windows 64-bit. |
I checked out the project today with my Mac. There, everything is ok, i.e. the app rsbuild-csr-css works fine. I then returned to my Windows laptop, cleaned up the workspace directory but the result is the same as before. The latest version of the app from the repo does not render on my windows laptop :( |
Well that helps a lot, now I know it’s a windows issue and I can debug on Parallels! Thank you |
Hi,
I just updated the plugin-angular dep to the latest version alpha.14 and now the application renders a blank page and shows no errors. Neither during build, nor on the browser console.
When downgrading to alpha-13 it works again.
The text was updated successfully, but these errors were encountered: