UNPKG

@cgj/k-view

Version:
8 lines (7 loc) 226 B
const path = require('path'); module.exports = { // eslint-disable-next-line no-unused-vars process(src, filename, config, options) { return 'module.exports = ' + JSON.stringify(path.basename(filename)) + ';'; }, };