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
-
I'm setting up Figma plugin repo using rspack.
To actually initialize ui part of the plugin all the
js
andcss
chunks has to be inlined in thehtml
.This is the current output:
I want to have just the
code.js
and theui.js
andui.css
inlined in theui.html
.Is that possible to do?
Config
rspack.config.js
:html template
index.ejs
Beta Was this translation helpful? Give feedback.
All reactions