Optional Readonly resolutionResolution root of the imports.
One of:
ImportResolution instance (may cause issues with watch mode), orImportResolution instance or a promise-like instance resolving to one.By default, new resolution root will be created for the package in current working directory.
Optional isDecides whether to bundle the module or not.
The decision on bundling or externalizing each module will be made based on how the root module depends on target one:
Unbundle request.
true to externalize module, false to bundle it, null/undefined to make Rollup to decide,
or a promise-like instance resolved to one of the above.
Generated using TypeDoc
Unbundle plugin options.