File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<% - PREFETCH_CHUNK_HANDLERS %> .miniCss = <% - basicFunction (" chunkId" ) %> {
2- if ((!<% - HAS_OWN_PROPERTY %> (installedChunks , chunkId) || installedChunks [chunkId] === undefined) && <% - _css_matcher %> ) {
2+ if ((!<% - HAS_OWN_PROPERTY %> (installedCssChunks , chunkId) || installedCssChunks [chunkId] === undefined) && <% - _css_matcher %> ) {
33 installedCssChunks[chunkId] = null;
44
55 <% - _create_prefetch_link %>
Original file line number Diff line number Diff line change 11<% - PRELOAD_CHUNK_HANDLERS %> .miniCss = <% - basicFunction (" chunkId" ) %> {
2- if ((!<% - HAS_OWN_PROPERTY %> (installedChunks , chunkId) || installedChunks [chunkId] === undefined) && <% - _css_matcher %> ) {
2+ if ((!<% - HAS_OWN_PROPERTY %> (installedCssChunks , chunkId) || installedCssChunks [chunkId] === undefined) && <% - _css_matcher %> ) {
33 installedCssChunks[chunkId] = null;
44
55 <% - _create_preload_link %>
You can’t perform that action at this time.
0 commit comments