BundleSourceConfig
Configuration for creating a bundle source.
Configuration for creating a bundle source.
Properties
Prop
Type
Examples
const config = {
builtinDir: './bundles/builtin',
remoteDir: './bundles/remote',
};
const source = new BundleSource(config);