We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed89ed5 commit 98aba95Copy full SHA for 98aba95
src/content/api/loaders.md
@@ -36,7 +36,7 @@ __sync-loader-with-multiple-results.js__
36
37
``` js
38
module.exports = function(content, map, meta) {
39
- this.callback(null, someSyncOperation(content), sourceMaps, meta);
+ this.callback(null, someSyncOperation(content), map, meta);
40
return; // always return undefined when calling callback()
41
};
42
```
0 commit comments