Skip to content

Instantly share code, notes, and snippets.

@ManotLuijiu
Created March 2, 2021 14:05
Show Gist options
  • Save ManotLuijiu/7b719e00e5f91ddfd54ec4124bd95e65 to your computer and use it in GitHub Desktop.
Save ManotLuijiu/7b719e00e5f91ddfd54ec4124bd95e65 to your computer and use it in GitHub Desktop.
Change file logo.jpg to logo
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