Interface FactoryConfig

Hierarchy

  • FactoryConfig

Properties

jsFilesTest?: RegExp
publicPathDetection?: {
    disable?: boolean;
    rootDirectoryLevel?: number;
    ssrPublicPath?: string;
}

Type declaration

  • Optional disable?: boolean
  • Optional rootDirectoryLevel?: number

    [CSR bundle only] If you need the webpack public path to "chop off" some of the directories in the current module's url, you can specify a "root directory level". Note that the root directory level is read from right-to-left, with 1 indicating "current directory" and 2 indicating "up one directory": optional: defaults to 1

  • Optional ssrPublicPath?: string

    [SSR bundle only] Allows to override default public path detection logic.

    Default value: ${process.env.ILC_APP_PUBLIC_PATH}

Generated using TypeDoc