mmir-webpack
Version:
Integration for MMIR library in webpack builds
57 lines (31 loc) • 992 B
Markdown
**[mmir-webpack 7.0.0-beta1](../README.md)**
> [Globals](../README.md) / [mmir-tooling](../modules/mmir_tooling.md) / ResourceConfig
# Interface: ResourceConfig
## Hierarchy
* **ResourceConfig**
## Index
### Properties
* [fileResources](mmir_tooling.resourceconfig.md#fileresources)
* [packages](mmir_tooling.resourceconfig.md#packages)
* [paths](mmir_tooling.resourceconfig.md#paths)
* [resourcesPaths](mmir_tooling.resourceconfig.md#resourcespaths)
* [textResources](mmir_tooling.resourceconfig.md#textresources)
* [workers](mmir_tooling.resourceconfig.md#workers)
## Properties
### fileResources
• **fileResources**: string[]
___
### packages
• `Optional` **packages**: { location: string ; name: string }[]
___
### paths
• **paths**: { [moduleId:string]: string; }
___
### resourcesPaths
• **resourcesPaths**: { [moduleIdAndSubPath:string]: string; }
___
### textResources
• **textResources**: string[]
___
### workers
• **workers**: string[]