Home / File/ unused-split-entry.js — vite Source File

unused-split-entry.js — vite Source File

Architecture documentation for unused-split-entry.js, a javascript file in the vite codebase. 1 imports, 0 dependents.

File javascript 1 imports

Entity Profile

Dependency Diagram

graph LR
  364522c9_1fdc_d6eb_74ed_7b36a939b1b9["unused-split-entry.js"]
  af84337e_c438_b13f_4db1_935e63c82362["test-added-in-entries"]
  364522c9_1fdc_d6eb_74ed_7b36a939b1b9 --> af84337e_c438_b13f_4db1_935e63c82362
  style 364522c9_1fdc_d6eb_74ed_7b36a939b1b9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import msg from '@vitejs/test-added-in-entries'

// This is an entry file that is added to optimizeDeps.entries
// When the deps aren't cached, these entries are also processed
// to discover dependencies in them. This should only be needed
// for code split sections that are commonly visited after
// first load where a full-reload wants to be avoided at the expense
// of extra processing on cold start. Another option is to add
// the missing dependencies to optimizeDeps.include directly

console.log(msg)

Dependencies

  • test-added-in-entries

Frequently Asked Questions

What does unused-split-entry.js do?
unused-split-entry.js is a source file in the vite codebase, written in javascript.
What does unused-split-entry.js depend on?
unused-split-entry.js imports 1 module(s): test-added-in-entries.
Where is unused-split-entry.js in the architecture?
unused-split-entry.js is located at playground/optimize-deps/unused-split-entry.js (directory: playground/optimize-deps).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free