Class NgNamedExportPluginManifestOptions

Hierarchy

  • NgNamedExportPluginManifestOptions

Constructors

Properties

context?: string

与LibManifestPlugin相同,依赖上下文(决定导出依赖的路径)

entryName?: string = 'main'

入口名,目前只允许一个入口

format?: boolean = true

与LibManifestPlugin相同,格式化资源文件

name: string

与LibManifestPlugin相同,链接库名字(与output.library相同)

path: string

与LibManifestPlugin相同,资源文件生成的路径

type?: string
watchWrite?: boolean = false

是否在watch模式下写入到磁盘上(fs)

Generated using TypeDoc