mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2025-02-19 22:04:53 +00:00
9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
|
module.exports = {
|
||
|
process() {
|
||
|
return 'module.exports = {};'
|
||
|
},
|
||
|
getCacheKey() {
|
||
|
return 'cssTransform'
|
||
|
},
|
||
|
}
|