2021-02-02 13:08:03 +08:00

10 lines
170 B
JavaScript

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