BundleSourceConfig

Configuration for creating a bundle source.

Configuration for creating a bundle source.

View source ↗

Properties

Prop

Type

Examples

const config = {
  builtinDir: './bundles/builtin',
  remoteDir: './bundles/remote',
};
const source = new BundleSource(config);

On this page