vite.config-sass-modern-compiler-build.js — vite Source File
Architecture documentation for vite.config-sass-modern-compiler-build.js, a javascript file in the vite codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR ab9dd723_a16f_94d6_0ca3_05da88d96eea["vite.config-sass-modern-compiler-build.js"] 51e96894_3556_ed5c_1ede_97d449867adf["node:path"] ab9dd723_a16f_94d6_0ca3_05da88d96eea --> 51e96894_3556_ed5c_1ede_97d449867adf 54c37fea_4fe7_2693_71cb_1276b77f55f9["vite"] ab9dd723_a16f_94d6_0ca3_05da88d96eea --> 54c37fea_4fe7_2693_71cb_1276b77f55f9 style ab9dd723_a16f_94d6_0ca3_05da88d96eea fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import path from 'node:path'
import { defineConfig } from 'vite'
export default defineConfig({
build: {
outDir: 'dist/sass-modern-compiler-build',
rollupOptions: {
input: {
entry1: path.join(
import.meta.dirname,
'sass-modern-compiler-build/entry1.scss',
),
entry2: path.join(
import.meta.dirname,
'sass-modern-compiler-build/entry2.scss',
),
},
},
},
})
Dependencies
- node:path
- vite
Source
Frequently Asked Questions
What does vite.config-sass-modern-compiler-build.js do?
vite.config-sass-modern-compiler-build.js is a source file in the vite codebase, written in javascript.
What does vite.config-sass-modern-compiler-build.js depend on?
vite.config-sass-modern-compiler-build.js imports 2 module(s): node:path, vite.
Where is vite.config-sass-modern-compiler-build.js in the architecture?
vite.config-sass-modern-compiler-build.js is located at playground/css/vite.config-sass-modern-compiler-build.js (directory: playground/css).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free