empty-loader.js 137 B

1234567891011
  1. module.exports = function() {
  2. this.cacheable();
  3. return '';
  4. };
  5. module.exports.pitch = function() {
  6. this.cacheable();
  7. return '';
  8. };