rollup.js 373 B

12345678910111213141516
  1. /*
  2. @license
  3. Rollup.js v2.77.3
  4. Thu, 11 Aug 2022 05:48:58 GMT - commit 1165d46685ef3c70617b2f150ab245ff5de5e783
  5. https://github.com/rollup/rollup
  6. Released under the MIT License.
  7. */
  8. export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js';
  9. import 'path';
  10. import 'process';
  11. import 'perf_hooks';
  12. import 'crypto';
  13. import 'fs';
  14. import 'events';