Replies: 2 comments 9 replies
-
|
i test it in latest rspack version and it works, can you provide a minimal demo |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, thx for the quick reply and the solution. When I start the dev server I get this error: |
Beta Was this translation helpful? Give feedback.
9 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm setting up Figma plugin repo using rspack.
To actually initialize ui part of the plugin all the
jsandcsschunks has to be inlined in thehtml.This is the current output:

I want to have just the
code.jsand theui.jsandui.cssinlined in theui.html.Is that possible to do?
Config
rspack.config.js:html template
index.ejsBeta Was this translation helpful? Give feedback.
All reactions