index.js 102 B

1234567
  1. module.exports = {
  2. process: function() {
  3. return {
  4. code: 'module.exports = ""'
  5. }
  6. }
  7. }