UNPKG

fz-react-cli

Version:

A CLI tool for build modern web application and libraries

6 lines 157 B
const path = require('path'); module.exports = { process(src, filename) { return `module.exports = ${JSON.stringify(path.basename(filename))};`; } };