Skip to content

Interface AppPluginOptions

Source: app.ts

Properties

entryPath

entryPath: string

Path to the app's entry file, relative to the project root.


appClass?

optional appClass?: string

CSS class name for the app's root element.


tsconfigPath?

optional tsconfigPath?: string

Path to the TypeScript config for the build. Defaults to "tsconfig.build.json".


sharedPackages?

optional sharedPackages?: SharedPackage[]

Shared packages to mark as external. Defaults to DEFAULT_SHARED_PACKAGES.


externalPatterns?

optional externalPatterns?: (string | RegExp)[]

Additional external patterns (strings or RegExps) beyond the shared package specifiers.

Built by Prozilla