gpt4 book ai didi

javascript - 在 RequireJS 环境下模拟使用 Lo-Dash 和 Underscore

转载 作者:数据小太阳 更新时间:2023-10-29 04:07:55 25 4
gpt4 key购买 nike

在 RequireJS 环境中,允许某些 AMD 模块使用 Lo-Dash 而其他模块同时使用 Underscore 的最佳方法是什么?

最佳答案

我能够相当简单地自己解决问题。专门为需要 Lo-Dash 的模块使用 lodash 路径,为需要“underscore”的模块使用 underscore:

require.config({
paths: {
'underscore': 'path-to-my-underscore-file',
'lodash': 'path-to-my-lodash-file'
}
});

这样两个库可以同时使用,互不干扰。

与普遍的看法和主张相反,Lo-Dash 并不是 Underscore 的完美替代品。

关于javascript - 在 RequireJS 环境下模拟使用 Lo-Dash 和 Underscore,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31412290/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com