Interface AppPluginOptions
Source: app.ts
Properties
entryPath
entryPath:
string
Path to the app's entry file, relative to the project root.
appClass?
optionalappClass?:string
CSS class name for the app's root element.
tsconfigPath?
optionaltsconfigPath?:string
Path to the TypeScript config for the build. Defaults to "tsconfig.build.json".
sharedPackages?
optionalsharedPackages?:SharedPackage[]
Shared packages to mark as external. Defaults to DEFAULT_SHARED_PACKAGES.
externalPatterns?
optionalexternalPatterns?: (string|RegExp)[]
Additional external patterns (strings or RegExps) beyond the shared package specifiers.