Skip to main content

Interface: ImaConfigurationContext

@ima/cli.ImaConfigurationContext

CLI arguments merged with concrete configuration context.

Hierarchy

Properties

appDir

appDir: string

Defined in

types.ts:70


clean

clean: boolean

Inherited from

ImaCliArgs.clean

Defined in

types.ts:33


clearCache

Optional clearCache: boolean

Inherited from

ImaCliArgs.clearCache

Defined in

types.ts:34


command

command: ImaCliCommand

Inherited from

ImaCliArgs.command

Defined in

types.ts:32


devtool

devtool: undefined | string | false

Defined in

types.ts:77


environment

environment: string

Inherited from

ImaCliArgs.environment

Defined in

types.ts:45


forceLegacy

Optional forceLegacy: boolean

Inherited from

ImaCliArgs.forceLegacy

Defined in

types.ts:48


forceSPA

Optional forceSPA: boolean

Inherited from

ImaCliArgs.forceSPA

Defined in

types.ts:40


hostname

Optional hostname: string

Inherited from

ImaCliArgs.hostname

Defined in

types.ts:43


ignoreWarnings

Optional ignoreWarnings: boolean

Inherited from

ImaCliArgs.ignoreWarnings

Defined in

types.ts:36


imaEnvironment

imaEnvironment: Environment

Defined in

types.ts:69


isClient

isClient: boolean

Defined in

types.ts:58


isClientES

isClientES: boolean

Defined in

types.ts:59


isDevEnv

isDevEnv: boolean

Defined in

types.ts:75


isServer

isServer: boolean

Defined in

types.ts:57


lazyServer

Optional lazyServer: boolean

Inherited from

ImaCliArgs.lazyServer

Defined in

types.ts:49


legacy

Optional legacy: boolean

Inherited from

ImaCliArgs.legacy

Defined in

types.ts:39


lessGlobalsPath

lessGlobalsPath: string

Defined in

types.ts:71


mode

mode: undefined | "development" | "production" | "none"

Defined in

types.ts:72


name

name: "server" | "client" | "client.es"

Defined in

types.ts:56


open

Optional open: boolean

Inherited from

ImaCliArgs.open

Defined in

types.ts:37


openUrl

Optional openUrl: string

Inherited from

ImaCliArgs.openUrl

Defined in

types.ts:38


outputFolders

outputFolders: Object

Type declaration

NameType
cssstring
hotstring
jsstring
mediastring
publicstring

Defined in

types.ts:61


port

Optional port: number

Inherited from

ImaCliArgs.port

Defined in

types.ts:42


processCss

processCss: boolean

Defined in

types.ts:60


profile

Optional profile: boolean

Inherited from

ImaCliArgs.profile

Defined in

types.ts:41


publicUrl

Optional publicUrl: string

Inherited from

ImaCliArgs.publicUrl

Defined in

types.ts:44


reactRefresh

Optional reactRefresh: boolean

Inherited from

ImaCliArgs.reactRefresh

Defined in

types.ts:47


rootDir

rootDir: string

Inherited from

ImaCliArgs.rootDir

Defined in

types.ts:31


targets

targets: string[]

Defined in

types.ts:76


useHMR

useHMR: boolean

Defined in

types.ts:73


useSourceMaps

useSourceMaps: boolean

Defined in

types.ts:74


useTypescript

useTypescript: boolean

Defined in

types.ts:68


verbose

Optional verbose: boolean

Inherited from

ImaCliArgs.verbose

Defined in

types.ts:35


writeToDisk

Optional writeToDisk: boolean

Inherited from

ImaCliArgs.writeToDisk

Defined in

types.ts:46