Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

如何修改匿名函数中变量的值?

$
0
0

现在我有这么一些代码:

index.js

let config = require("./config")
// 业务逻辑

./config.js

export = {
    foo: "bar"
}

代码将过 browserify 后在前端执行。

请问是否有可能以另外插入代码的形式修改 config.js 中 export 的值?

谢谢。

来自酷炫的 CNodeMD


Viewing all articles
Browse latest Browse all 14821

Trending Articles