Home / Type/ OptimizeOptions Type — tailwindcss Architecture

OptimizeOptions Type — tailwindcss Architecture

Architecture documentation for the OptimizeOptions type/interface in optimize.ts from the tailwindcss codebase.

Entity Profile

Source Code

packages/@tailwindcss-node/src/optimize.ts lines 5–22

export interface OptimizeOptions {
  /**
   * The file being transformed
   */
  file?: string

  /**
   * Enabled minified output
   */
  minify?: boolean

  /**
   * The output source map before optimization
   *
   * If omitted a resulting source map will not be available
   */
  map?: string
}

Analyze Your Own Codebase

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

Try Supermodel Free