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:71


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:78


environment

environment: string

Inherited from

ImaCliArgs.environment

Defined in

types.ts:46


forceLegacy

Optional forceLegacy: boolean

Inherited from

ImaCliArgs.forceLegacy

Defined in

types.ts:49


forceSPA

Optional forceSPA: boolean

Inherited from

ImaCliArgs.forceSPA

Defined in

types.ts:41


hostname

Optional hostname: string

Inherited from

ImaCliArgs.hostname

Defined in

types.ts:44


ignoreWarnings

Optional ignoreWarnings: boolean

Inherited from

ImaCliArgs.ignoreWarnings

Defined in

types.ts:37


imaEnvironment

imaEnvironment: Environment

Defined in

types.ts:70


inspect

Optional inspect: boolean

Inherited from

ImaCliArgs.inspect

Defined in

types.ts:36


isClient

isClient: boolean

Defined in

types.ts:59


isClientES

isClientES: boolean

Defined in

types.ts:60


isDevEnv

isDevEnv: boolean

Defined in

types.ts:76


isServer

isServer: boolean

Defined in

types.ts:58


lazyServer

Optional lazyServer: boolean

Inherited from

ImaCliArgs.lazyServer

Defined in

types.ts:50


legacy

Optional legacy: boolean

Inherited from

ImaCliArgs.legacy

Defined in

types.ts:40


lessGlobalsPath

lessGlobalsPath: string

Defined in

types.ts:72


mode

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

Defined in

types.ts:73


name

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

Defined in

types.ts:57


open

Optional open: boolean

Inherited from

ImaCliArgs.open

Defined in

types.ts:38


openUrl

Optional openUrl: string

Inherited from

ImaCliArgs.openUrl

Defined in

types.ts:39


outputFolders

outputFolders: Object

Type declaration

NameType
cssstring
hotstring
jsstring
mediastring
publicstring

Defined in

types.ts:62


port

Optional port: number

Inherited from

ImaCliArgs.port

Defined in

types.ts:43


processCss

processCss: boolean

Defined in

types.ts:61


profile

Optional profile: boolean

Inherited from

ImaCliArgs.profile

Defined in

types.ts:42


publicUrl

Optional publicUrl: string

Inherited from

ImaCliArgs.publicUrl

Defined in

types.ts:45


reactRefresh

Optional reactRefresh: boolean

Inherited from

ImaCliArgs.reactRefresh

Defined in

types.ts:48


rootDir

rootDir: string

Inherited from

ImaCliArgs.rootDir

Defined in

types.ts:31


targets

targets: string[]

Defined in

types.ts:77


useHMR

useHMR: boolean

Defined in

types.ts:74


useSourceMaps

useSourceMaps: boolean

Defined in

types.ts:75


useTypescript

useTypescript: boolean

Defined in

types.ts:69


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:47