Replies: 1 comment
-
This is also the first question I encountered when migrating from webpack to rspack. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, with webpack i use html plugin like this:
This adds image to bundle and keeps url to image in content attribute value.
But this is not working with HtmlRspackPlugin.
Is HtmlRspackPlugin supports including assets like this?
How can i include image like this?
Beta Was this translation helpful? Give feedback.
All reactions