UNPKG

react-socks

Version:

React library to render components only on specific viewports

9 lines (7 loc) 203 B
'use strict'; const path = require('path'); module.exports = { process(src, filename, config, options) { return 'module.exports = ' + JSON.stringify(path.basename(filename)) + ';'; } };