Skip to content

Instantly share code, notes, and snippets.

@MufidJamaluddin
Created March 22, 2020 13:36
Show Gist options
  • Save MufidJamaluddin/fcd7fbe79f5bdea9eb0221e2fa818691 to your computer and use it in GitHub Desktop.
Save MufidJamaluddin/fcd7fbe79f5bdea9eb0221e2fa818691 to your computer and use it in GitHub Desktop.
Handle Jest for asset
const path = require('path');
module.exports = {
process(src, filename, config, options) {
return 'module.exports = ' + JSON.stringify(path.basename(filename)) + ';';
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment