UNPKG

193 BJavaScriptView Raw
1'use strict';
2
3var path = require('path');
4module.exports = {
5 process: function process(src, filename) {
6 return 'module.exports = ' + JSON.stringify(path.basename(filename)) + ';';
7 }
8};
\No newline at end of file