UNPKG

122 BJavaScriptView Raw
1'use strict';
2
3module.exports = function exampleLoader() {
4 this.cacheable();
5 return 'module.exports = "examples";';
6};
\No newline at end of file