Builder是一个SystemJS构建工具。为混合依赖模块树的SystemJS提供了一个单文件构建(sigle-filebuild)。支持建立ES6到ES5,CommoJS,AMD和全局变量到单一文件,支持CSPSystemJS加载器和循环索引方式。
代码示例:
app.js
import $ from "./jquery";export var hello = 'es6';jquery.js
defie(fuctio() { retur 'this is jquery';});开源地址
https://github.com/systemjs/builder授权协议
MIT
Builder是一个SystemJS构建工具。为混合依赖模块树的SystemJS提供了一个单文件构建(sigle-filebuild)。支持建立ES6到ES5,CommoJS,AMD和全局变量到单一文件,支持CSPSystemJS加载器和循环索引方式。
代码示例:
app.js
import $ from "./jquery";export var hello = 'es6';jquery.js
defie(fuctio() { retur 'this is jquery';});Builder 是一个 SystemJS 构建工具。 为混合依赖模块树的 SystemJS 提供了一个单文件构建(single-file build)。支持建立 ES6 到 ES5, Commo...


评论