Type Alias ImportsPluginOptions

    ImportsPluginOptions: { importKeys?: string[]; packageObj?: object }

    Type declaration

    • OptionalimportKeys?: string[]

      Defines the imports keys in package.json to target. If undefined all imports entries that are packages are processed.

    • OptionalpackageObj?: object

      An explicit target package.json object.