Skip to content

Instantly share code, notes, and snippets.

@royboy5
Created October 12, 2018 03:00
Show Gist options
  • Save royboy5/925e6babc29f33b00aa4576735787365 to your computer and use it in GitHub Desktop.
Save royboy5/925e6babc29f33b00aa4576735787365 to your computer and use it in GitHub Desktop.
module.exports = {
process() {
return 'module.exports = {};';
},
getCacheKey() {
// The output is always the same.
return 'cssTransform';
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment