Package Exports
- generic-names
- generic-names/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generic-names) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
generic-names
Helper for building generic names, similar to webpack. Designed to be used with postcss‑modules‑scope.
Uses interpolateName from the webpack/loader-utils.
API
var genericNames = require('generic-names');
var generate = genericNames('[name]__[local]___[hash:base64:5]', {
context: process.cwd()
});
generate('foo', '/case/source.css'); // 'source__foo___3mRq8'