mirror of
https://github.com/nomadic-labs/safesupport-chatbox
synced 2025-12-17 16:03:23 +00:00
9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
module.exports = {
|
|
process() {
|
|
return 'module.exports = {};'
|
|
},
|
|
getCacheKey() {
|
|
return 'cssTransform'
|
|
},
|
|
}
|