我正在编译一个在nodejs上运行的项目,ClojureScript在主文件中生成这两行:
require(path.join(path.resolve("."),"shell","goog","bootstrap","nodejs.js"));
require(path.join(path.resolve("."),"shell","cljs_deps.js"));
我该如何生成:
require("./shell/goog/bootstrap/nodejs.js");
require("./shell/cljs_deps.js");
答案 0 :(得分:1)