Replies: 1 comment 1 reply
-
This is also the first question I encountered when migrating from webpack to rspack. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
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