UNPKG

@openmrs/esm-styleguide

Version:
10 lines (8 loc) 201 B
const path = require('path'); module.exports = { process(sourceText, sourcePath, options) { return { code: `module.exports = ${JSON.stringify(path.basename(sourcePath))};`, }; }, };