Interface: PluginObjectConfiguration

Used to configure a plugin with options and installation version

Table of contents

Properties

Properties

options

Optional options: unknown

Options passed into the plugin's CreateNodes and CreateDependencies functions


plugin

plugin: string

Plugin name (e.g. '@nx/react')


runtime

Optional runtime: boolean

Determines wether the plugin should be loaded when constructing the project graph

Default

1true; 2

version

Optional version: string

Version used to install the plugin when running via the nx wrapper. See https://nx.dev/recipes/installation/install-non-javascript