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 7de568f commit 73cd8aaCopy full SHA for 73cd8aa
src/main/cljs/cljs/bootstrap_node.js
@@ -82,6 +82,7 @@ function nodeGlobalRequire(file) {
82
var _module = global.module, _exports = global.exports;
83
global.module = undefined;
84
global.exports = undefined;
85
+ global.require = require;
86
vm.runInThisContext(fs.readFileSync(file), file);
87
global.exports = _exports;
88
global.module = _module;
0 commit comments