UNPKG

fz-react-cli

Version:

A CLI tool for build modern web application and libraries

8 lines (7 loc) 193 B
'use strict'; var path = require('path'); module.exports = { process: function process(src, filename) { return 'module.exports = ' + JSON.stringify(path.basename(filename)) + ';'; } };