rollup
Version:
Next-generation ES module bundler
16 lines (12 loc) • 321 B
JavaScript
/*
@license
Rollup.js v2.27.1
Thu, 17 Sep 2020 06:03:17 GMT - commit 5f556f0401d8064281e642d3a03408c18c948fee
https://github.com/rollup/rollup
Released under the MIT License.
*/
export { version as VERSION, rollup, watch } from './shared/rollup.js';
import 'path';
import 'crypto';
import 'fs';
import 'events';