Interface UnbundleRequest

A request for check whether the module should be bundled or not.

An instance of this class is passed to custom isExternal method.

The properties of this class correspond to external Rollup option parameters.

Hierarchy

  • UnbundleRequest

Accessors

Methods

  • Checks whether the module should be bundled or not according to default plugin logic.

    This can be used to retain the default plugin functionality for some modules.

    Returns Promise<undefined | boolean>

    Promise resolved to true to externalize the module, false to bundle it, or undefined to make Rollup to decide.

Generated using TypeDoc