rspack_plugin_css 0.100.0

rspack css plugin
Documentation
1
2
3
4
5
6
7
8
9
<%- PREFETCH_CHUNK_HANDLERS %>.s =<%- basicFunction("chunkId") %> {
  if ((!<%- HAS_OWN_PROPERTY %>(installedChunks, chunkId) || installedChunks[chunkId] === undefined) && <%- _css_matcher %> ) {
    installedChunks[chunkId] = null;
    <% if (_is_neutral_platform) { %>if (typeof document === 'undefined') return;<% } %>

    <%- _create_prefetch_link %>
    document.head.appendChild(link);
  }
};