Skip to content

Commit

Permalink
docs(compiler): add type docs for esmLoaderPath (#5418)
Browse files Browse the repository at this point in the history
STENCIL-1044
  • Loading branch information
christian-bromann authored Feb 28, 2024
1 parent 1fb3a0d commit f4ae2ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/declarations/stencil-public-compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2123,6 +2123,14 @@ export interface OutputTargetDist extends OutputTargetValidationConfig {
transformAliasedImportPathsInCollection?: boolean | null;

typesDir?: string;

/**
* Provide a custom path for the ESM loader directory, containing files you can import
* in an initiation script within your application to register all your components for
* lazy loading.
*
* @default /dist/loader
*/
esmLoaderPath?: string;
copy?: CopyTask[];
polyfills?: boolean;
Expand Down

0 comments on commit f4ae2ee

Please sign in to comment.