(value: string)
| 632 | if (VERBOSE) console.warn('[hmr][prefetch] failed', e); |
| 633 | } |
| 634 | const isAppMainEntryId = (value: string) => value.endsWith(APP_MAIN_ENTRY_SPEC); |
| 635 | for (const id of realIds) { |
| 636 | // We now rely on SFC registry update events to trigger root resets for .vue files directly |
| 637 | if (/\.vue$/i.test(id)) { |