Type alias: ExpandedPluginConfiguration<T>

Ƭ ExpandedPluginConfiguration<T>: Object

Type parameters

NameType
Tunknown

Type declaration

NameTypeDescription
exclude?string[]Glob patterns to exclude paths from the plugin's createNodes function.
include?string[]Glob patterns to limit which paths the plugin's createNodes function will run on.
options?TConfiguration options for the loaded plugin
pluginstringThe plugin module that should be loaded by Nx
version?stringThe version of the plugin to be installed by the Nx wrapper. If Nx is invoked from node_modules, this is unused.