Replies: 1 comment 2 replies
-
How about disabling the html plugin and using the manifest file to load assets: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How I can load the bundle without using the htmlPlugin?
I'm developing some components (not webcomponents) that I need to include in a larger
dotnet web app.
I have two entrypoints, a svelte component and a plain js/ts part (the svelte svtore that is shared with the rest of the system)
How I can configure rsbuild to emit the bundles in a way that I can load them from the web app during development?
Currently I load the files from Vite dev server but I have issues debugging them (known vite issue with svelte)
thanks
Beta Was this translation helpful? Give feedback.
All reactions