Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
/* eslint-disable import/no-commonjs */
module.exports = {
process: (content) => {
return { code: `module.exports = ${JSON.stringify(content)}` };
},
};