Skip to content

Warning: DeprecationWarning: Module.issuer: Use new ModuleGraph API #1153

@neoncube2

Description

@neoncube2

This package's documentation for extracting CSS based on entry uses .issuer:

function recursiveIssuer(m) {
  if (m.issuer) {
    return recursiveIssuer(m.issuer);
  } else if (m.name) {
    return m.name;
  } else {
    return false;
  }
}

...

This results in the following warning:

[DEP_WEBPACK_MODULE_ISSUER] DeprecationWarning: Module.issuer: Use new ModuleGraph API

Not a big deal, but it'd be nice for the documentation to be updated at some point :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions