Replies: 2 comments 2 replies
-
this is a reasonable feature request, we will consider support it |
Beta Was this translation helpful? Give feedback.
0 replies
-
@tmkx runtimeModule is supported in 0.5.3, can you give it a try |
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
-
Background
I want to build a chrome extension using rspack but encountered some problems:
document.getElementsByTagName("link")
cannot find the style elements, leading to a non-working HMR.webpack/runtime/load
runtime script code can be customized, so that I can perform a reload action when the entry receives a HMR message.Webpack demo
It's a demo that shows how to customize the runtime public path:
Beta Was this translation helpful? Give feedback.
All reactions