Interface: Resource
Utils.Resource
An interface representing a resource, specifying the loader type and paths to be loaded.
Properties
loader
• loader: Object
The type of loader to use for this resource.
Defined in
paths
• paths: (string
| ResourceConfig
)[]
An array of resource paths or configurations to be loaded by the loader.