@teambit/bundler
Version:
18 lines (16 loc) • 400 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BundlerAspect = void 0;
function _harmony() {
const data = require("@teambit/harmony");
_harmony = function () {
return data;
};
return data;
}
const BundlerAspect = exports.BundlerAspect = _harmony().Aspect.create({
id: 'teambit.compilation/bundler'
});
//# sourceMappingURL=bundler.aspect.js.map