Variable
| Static Public Summary | ||
| public |
baseConfig: object: * Gives the base configuration. |
|
| public |
Exports the default |
|
| public |
configMeta: object: * Exports the |
|
| public |
metaConfig: object: * Gives the meta configuration. |
|
Static Public
public baseConfig: object: * source
import {baseConfig} from 'roc-web/lib/helpers/config.js'Gives the base configuration.
public config: object: * source
import config from 'roc-web/lib/config/roc.config.js'Exports the default roc.config.js.
public configMeta: object: * source
import configMeta from 'roc-web/lib/config/roc.config.meta.js'Exports the roc.config.meta.js.
public metaConfig: object: * source
import {metaConfig} from 'roc-web/lib/helpers/config.js'Gives the meta configuration.