forked from Github/ocrcc-chatbox
9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
module.exports = {
|
|
process() {
|
|
return 'module.exports = {};'
|
|
},
|
|
getCacheKey() {
|
|
return 'cssTransform'
|
|
},
|
|
}
|