rollup
Version:
Next-generation ES module bundler
27 lines (18 loc) • 526 B
JavaScript
/*
@license
Rollup.js v2.10.9
Sun, 24 May 2020 05:27:58 GMT - commit 462bff7b1a0c384ecc3e278b1ea877e637c70f41
https://github.com/rollup/rollup
Released under the MIT License.
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var rollup_js = require('./shared/rollup.js');
require('path');
require('crypto');
require('fs');
require('events');
exports.VERSION = rollup_js.version;
exports.rollup = rollup_js.rollup;
exports.watch = rollup_js.watch;
//# sourceMappingURL=rollup.js.map