Skip to content

Commit

Permalink
docs(compiler): add type docs for esmLoaderPath
Browse files Browse the repository at this point in the history
STENCIL-1044
  • Loading branch information
christian-bromann committed Feb 28, 2024
1 parent 7d7aae4 commit 8cb969a
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 @@ -2057,6 +2057,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 8cb969a

Please sign in to comment.