gpt4 book ai didi

javascript - jspm中bundle和bundleSFX的主要区别是什么?

转载 作者:行者123 更新时间:2023-11-28 06:16:06 26 4
gpt4 key购买 nike

我越来越努力地从 JSPM 和 system.js 的文档中理解 bundle 和 bundle SFX 之间的区别。但我无法理解其中的区别。我到目前为止还没有使用过 jspm,但我想在我当前的项目中使用它。

另一个问题 - 如果我在 a.js 中导入不同的模块,在 b.js 中导入不同的模块,其中 a.js 和 b.js 是互斥的,我可以将它们捆绑在一个文件 c.js 中吗使用 JSPM?

请帮忙,我将非常感激。

最佳答案

To create an output distributable script file that can be included entirely on its own independent of SystemJS and jspm, we can use bundle-sfx.

jspm bundle-sfx app/main.js app.js app.js

contains a micro-loader implementation (1.4KB gzipped), converts all module formats into ES5 (including compiling ES6), and maintaining bindings and circular references as with normal bundles.

来源:http://jspm.io/docs/production-workflows.html

关于javascript - jspm中bundle和bundleSFX的主要区别是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35950532/

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