Switching to an SVG for CC license logo

This commit is contained in:
Jeff Avallone
2019-01-29 17:23:54 -05:00
parent 3fcf31bc48
commit b47d03cb31
5 changed files with 134 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
const path = require('path');
module.exports = {
process(src, filename) {
return `module.exports = ${ JSON.stringify(path.basename(filename)) };`;
}
};