mirror of
https://github.com/nomadic-labs/safesupport-chatbox
synced 2024-11-14 14:44:55 +00:00
9 lines
126 B
JavaScript
9 lines
126 B
JavaScript
module.exports = {
|
|
process() {
|
|
return 'module.exports = {};';
|
|
},
|
|
getCacheKey() {
|
|
return 'cssTransform';
|
|
},
|
|
};
|