How to use bv-ui-core - 1 common examples

To help you get started, we’ve selected a few bv-ui-core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bazaarvoice / scoutfile / lib / browser / namespace.js View on Github external
/* global APP_NAMESPACE */
/**
 * Define the namespace name with a flag (APP_NAMESPACE) that will be replaced
 * with a string in the webpack build.
 *
 * APP_NAMESPACE will be replaced with the value passed to webpack
 * options.namespace or the default namespace name.
 */
'use strict';

var namespacer = require('bv-ui-core/lib/namespacer');

module.exports = namespacer.namespace(APP_NAMESPACE);

bv-ui-core

Bazaarvoice UI-related JavaScript

Apache 2.0
Latest version published 24 days ago

Package Health Score

76 / 100
Full package analysis

Popular bv-ui-core functions

Similar packages