gpt4 book ai didi

javascript - 在 babeljs 中连接模块中的导入

转载 作者:行者123 更新时间:2023-11-29 21:46:29 26 4
gpt4 key购买 nike

我是所有 ES6 转译的新手,我正计划使用 BabelJS。

有没有办法将脚本与 babelJS 中的导入连接起来

我有以下内容

home.js 导入 home/home-navbar 和 home/home-slider

我希望输出同时包含 home/home-navbar 和 home/home-slider 但将它们全部放在一个文件 home.js 中

我可以在 BabelJS 中这样做吗?如果不是,正确的方法是什么?

最佳答案

Can I do this in BabelJS?

不,not yet .

what would the proper way to do it?

不确定正确的方法,但有其他选择。 browserify 等工具和 esperanto计算模块依赖关系并将它们捆绑到单个文件中(如果需要,也可以是多个文件)。

根据您的具体用例,您还可以编写一个连接所有文件的简单脚本。

关于javascript - 在 babeljs 中连接模块中的导入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31015250/

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