2021-02-01 20:02:02 +08:00

10 lines
170 B
JavaScript

module.exports = {
process() {
return 'module.exports = {};';
},
getCacheKey() {
// The output is always the same.
return 'css';
}
};