Home Reference Source Repository

Variable

Static Public Summary
public

Gives the base configuration.

public

Exports the default roc.config.js.

public

Exports the roc.config.meta.js.

public

Gives the meta configuration.

Static Public

public baseConfig: object: * source

import {baseConfig} from 'roc-web/lib/helpers/config.js'

Gives the base configuration.

Return:

object

Returns the base configuration

public config: object: * source

Exports the default roc.config.js.

Return:

object

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.

Return:

object

The roc.config.meta.js.

public metaConfig: object: * source

import {metaConfig} from 'roc-web/lib/helpers/config.js'

Gives the meta configuration.

Return:

object

Returns the meta configuration