Home / File/ vite.css-multi-entry.config.js — vite Source File

vite.css-multi-entry.config.js — vite Source File

Architecture documentation for vite.css-multi-entry.config.js, a javascript file in the vite codebase. 2 imports, 0 dependents.

File javascript 2 imports

Entity Profile

Dependency Diagram

graph LR
  851e062e_84d2_8c17_c60c_068a042c60f3["vite.css-multi-entry.config.js"]
  6feed3e8_55b8_cce7_b5ef_e40b872585f7["node:url"]
  851e062e_84d2_8c17_c60c_068a042c60f3 --> 6feed3e8_55b8_cce7_b5ef_e40b872585f7
  54c37fea_4fe7_2693_71cb_1276b77f55f9["vite"]
  851e062e_84d2_8c17_c60c_068a042c60f3 --> 54c37fea_4fe7_2693_71cb_1276b77f55f9
  style 851e062e_84d2_8c17_c60c_068a042c60f3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { fileURLToPath } from 'node:url'
import { defineConfig } from 'vite'

export default defineConfig({
  build: {
    lib: {
      entry: [
        fileURLToPath(new URL('src/css-entry-1.js', import.meta.url)),
        fileURLToPath(new URL('src/css-entry-2.js', import.meta.url)),
      ],
      name: 'css-multi-entry',
    },
    outDir: 'dist/css-multi-entry',
  },
})

Dependencies

  • node:url
  • vite

Frequently Asked Questions

What does vite.css-multi-entry.config.js do?
vite.css-multi-entry.config.js is a source file in the vite codebase, written in javascript.
What does vite.css-multi-entry.config.js depend on?
vite.css-multi-entry.config.js imports 2 module(s): node:url, vite.
Where is vite.css-multi-entry.config.js in the architecture?
vite.css-multi-entry.config.js is located at playground/lib/vite.css-multi-entry.config.js (directory: playground/lib).

Analyze Your Own Codebase

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

Try Supermodel Free