Type Alias ImportsPluginOptions

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

    Properties

    importKeys?: string[]

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

    packageObj?: object

    An explicit target package.json object.