mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-05 02:45:25 +00:00
9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
|
module.exports = {
|
||
|
process() {
|
||
|
return 'module.exports = {};'
|
||
|
},
|
||
|
getCacheKey() {
|
||
|
return 'cssTransform'
|
||
|
},
|
||
|
}
|