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