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