8 lines
177 B
JavaScript
8 lines
177 B
JavaScript
module.exports = function() {
|
|
this.cacheable();
|
|
return "// empty (null-loader)";
|
|
};
|
|
module.exports.pitch = function() {
|
|
this.cacheable();
|
|
return "// empty (null-loader)";
|
|
}; |