LoaderOptions Type — tailwindcss Architecture
Architecture documentation for the LoaderOptions type/interface in index.ts from the tailwindcss codebase.
Entity Profile
Source Code
packages/@tailwindcss-webpack/src/index.ts lines 19–31
export interface LoaderOptions {
/**
* The base directory to scan for class candidates.
*
* Defaults to the current working directory.
*/
base?: string
/**
* Optimize and minify the output CSS.
*/
optimize?: boolean | { minify?: boolean }
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free