MCPcopy
hub / github.com/tailwindlabs/tailwindcss / LoaderOptions

Interface LoaderOptions

packages/@tailwindcss-webpack/src/index.ts:19–31  ·  packages/@tailwindcss-webpack/src/index.ts::LoaderOptions

Source from the content-addressed store, hash-verified

17const DEBUG = env.DEBUG
18
19export interface LoaderOptions {
20 /**
21 * The base directory to scan for class candidates.
22 *
23 * Defaults to the current working directory.
24 */
25 base?: string
26
27 /**
28 * Optimize and minify the output CSS.
29 */
30 optimize?: boolean | { minify?: boolean }
31}
32
33interface CacheEntry {
34 mtimes: Map<string, number>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected