rspack_plugin_runtime 0.7.11

rspack runtime plugin
Documentation
1
2
3
4
5
6
<%- _runtime_handlers %> = {};
<%- _runtime_function %> = <%- basicFunction("chunkId") %> {
  Object.keys(<%- _runtime_handlers %>).map(<%- basicFunction("key") %> {
    <%- _runtime_handlers %>[key](chunkId);
  });
}