datahub/examples/ckan/config/jest/cssTransform.js
2022-01-12 11:22:16 +00:00

9 lines
126 B
JavaScript

module.exports = {
process() {
return 'module.exports = {};';
},
getCacheKey() {
return 'cssTransform';
},
};