rollup.js 373 B

12345678910111213141516
  1. /*
  2. @license
  3. Rollup.js v2.79.2
  4. Thu, 26 Sep 2024 18:44:14 GMT - commit 48aef33cf2f2a6dfb175afb3bcd6a977c81f1d5c
  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';