Switching to an SVG for CC license logo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
process(src, filename) {
|
||||
return `module.exports = ${ JSON.stringify(path.basename(filename)) };`;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user