PlatformConfigParser
@agros/config / PlatformConfigParser
Class: PlatformConfigParser
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new PlatformConfigParser(platformName
)
Parameters
Name | Type |
---|---|
platformName | string |
Defined in
Properties
platformIndexFile
• Protected
platformIndexFile: string
Defined in
platformName
• Protected
Readonly
platformName: string
Defined in
platformRootDir
• Protected
platformRootDir: string
Defined in
Methods
getBundlessPlatform
▸ getBundlessPlatform(): BundlessPlatform
Returns
BundlessPlatform
Defined in
getPlatform
▸ getPlatform<T
>(): T
Type parameters
Name |
---|
T |
Returns
T
Defined in
getPlatformRootDir
▸ getPlatformRootDir(): string
Returns
string
Defined in
getPlatformWebpackConfigFactory
▸ getPlatformWebpackConfigFactory(): Function
Returns
Function