UNPKG

react-scroll-slider

Version:
10 lines (7 loc) 175 B
'use strict'; const path = require('path'); module.exports = { process(src, filename) { return `module.exports = ${JSON.stringify(path.basename(filename))};`; }, };