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 5a9e504 commit 20d1945Copy full SHA for 20d1945
process/javascript.js
@@ -39,6 +39,8 @@ module.exports = function(filename, source, docMap, siteConfig, addDocObjectToDo
39
}
40
});
41
42
+ // prevents trying to process .js as something else
43
+ return true;
44
45
46
0 commit comments