mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-05 02:45:25 +00:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
const path = require('path')
|
|
|
|
module.exports = {
|
|
process(src, filename) {
|
|
return `module.exports = ${JSON.stringify(path.basename(filename))};`
|
|
},
|
|
} |