Skip to main content

Interface: ImaConfigurationContext

Defined in: types.ts:56

CLI arguments merged with concrete configuration context.

Extends

Properties

appDir

appDir: string

Defined in: types.ts:74


clean

clean: boolean

Defined in: types.ts:33

Inherited from

ImaCliArgs.clean


clearCache?

optional clearCache: boolean

Defined in: types.ts:34

Inherited from

ImaCliArgs.clearCache


command

command: ImaCliCommand

Defined in: types.ts:32

Inherited from

ImaCliArgs.command


devtool

devtool: undefined | string | false

Defined in: types.ts:81


environment

environment: string

Defined in: types.ts:46

Inherited from

ImaCliArgs.environment


forceLegacy?

optional forceLegacy: boolean

Defined in: types.ts:49

Inherited from

ImaCliArgs.forceLegacy


forceSPA?

optional forceSPA: boolean

Defined in: types.ts:41

Inherited from

ImaCliArgs.forceSPA


hostname?

optional hostname: string

Defined in: types.ts:44

Inherited from

ImaCliArgs.hostname


ignoreWarnings?

optional ignoreWarnings: boolean

Defined in: types.ts:37

Inherited from

ImaCliArgs.ignoreWarnings


imaEnvironment

imaEnvironment: Environment

Defined in: types.ts:73


inspect?

optional inspect: boolean

Defined in: types.ts:36

Inherited from

ImaCliArgs.inspect


isClient

isClient: boolean

Defined in: types.ts:59


isClientES

isClientES: boolean

Defined in: types.ts:60


isDevEnv

isDevEnv: boolean

Defined in: types.ts:79


isServer

isServer: boolean

Defined in: types.ts:58


lazyServer?

optional lazyServer: boolean

Defined in: types.ts:50

Inherited from

ImaCliArgs.lazyServer


legacy?

optional legacy: boolean

Defined in: types.ts:40

Inherited from

ImaCliArgs.legacy


lessGlobalsPath

lessGlobalsPath: string

Defined in: types.ts:75


mode

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

Defined in: types.ts:76


name

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

Defined in: types.ts:57


open?

optional open: boolean

Defined in: types.ts:38

Inherited from

ImaCliArgs.open


openUrl?

optional openUrl: string

Defined in: types.ts:39

Inherited from

ImaCliArgs.openUrl


outputFolders

outputFolders: object

Defined in: types.ts:62

css

css: string

hot

hot: string

js

js: string

media

media: string

public

public: string


port?

optional port: number

Defined in: types.ts:43

Inherited from

ImaCliArgs.port


processCss

processCss: boolean

Defined in: types.ts:61


profile?

optional profile: boolean

Defined in: types.ts:42

Inherited from

ImaCliArgs.profile


publicUrl?

optional publicUrl: string

Defined in: types.ts:45

Inherited from

ImaCliArgs.publicUrl


reactRefresh?

optional reactRefresh: boolean

Defined in: types.ts:48

Inherited from

ImaCliArgs.reactRefresh


rootDir

rootDir: string

Defined in: types.ts:31

Inherited from

ImaCliArgs.rootDir


targets

targets: string[]

Defined in: types.ts:80


typescript

typescript: object

Defined in: types.ts:69

enabled

enabled: boolean

tsconfigPath

tsconfigPath: undefined | string


useHMR

useHMR: boolean

Defined in: types.ts:77


useSourceMaps

useSourceMaps: boolean

Defined in: types.ts:78


verbose?

optional verbose: boolean

Defined in: types.ts:35

Inherited from

ImaCliArgs.verbose


writeToDisk?

optional writeToDisk: boolean

Defined in: types.ts:47

Inherited from

ImaCliArgs.writeToDisk