Interface: BundleMap

resource.bundle.BundleMap

Bundle map interface containing information for bundled and non-bundled files. The bundle map should be added to the resource loader before any resources are loaded.

Properties

bundled

bundled: Record<string, BundledFileInfo>

Information for for files that are bundled during the build process and do not exist in the final dist directory.


files

files: Record<string, DistFileInfo>

Information for files that are copied or built into the dist directory.