grunt-systemjs-builder
Version:
grunt task for building projects based on systemjs
21 lines (15 loc) • 431 B
JavaScript
/* */
"format cjs";
/**
* [Please add a description.]
*/
;
exports.__esModule = true;
// istanbul ignore next
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var Hub = function Hub(file) {
_classCallCheck(this, Hub);
this.file = file;
};
exports["default"] = Hub;
module.exports = exports["default"];