Options
All
  • Public
  • Public/Protected
  • All
Menu

Module build/webpack/config/utils

Index

Type aliases

Functions

Type aliases

ConfigurationContext

ConfigurationContext: { assetPrefix: string; customAppFile: string | null; future: NextConfig["future"]; isClient: boolean; isDevelopment: boolean; isProduction: boolean; isServer: boolean; productionBrowserSourceMaps: boolean; rootDirectory: string; sassOptions: any }

Type declaration

  • assetPrefix: string
  • customAppFile: string | null
  • future: NextConfig["future"]
  • isClient: boolean
  • isDevelopment: boolean
  • isProduction: boolean
  • isServer: boolean
  • productionBrowserSourceMaps: boolean
  • rootDirectory: string
  • sassOptions: any

ConfigurationFn

ConfigurationFn: (a: webpack.Configuration) => webpack.Configuration

Type declaration

    • (a: webpack.Configuration): webpack.Configuration
    • Parameters

      • a: webpack.Configuration

      Returns webpack.Configuration

Functions

Const pipe

  • pipe<R>(...fns: ((a: R) => R | Promise<R>)[]): (param: R) => R | Promise<R>
  • Type parameters

    • R

    Parameters

    • Rest ...fns: ((a: R) => R | Promise<R>)[]

    Returns (param: R) => R | Promise<R>

      • (param: R): R | Promise<R>
      • Parameters

        • param: R

        Returns R | Promise<R>

Generated using TypeDoc