rspack_plugin_runtime 0.100.1

rspack runtime plugin
Documentation
1
2
3
4
5
6
7
// This function allow to reference chunks
<%- _global %> = <%- basicFunction("chunkId") %> {
  // return url for filenames not based on template
  <%- _static_urls %>
  // return url for filenames based on template
  return <%- _dynamic_url %>
}