rollup.js 373 B

12345678910111213141516
  1. /*
  2. @license
  3. Rollup.js v2.79.1
  4. Thu, 22 Sep 2022 04:55:29 GMT - commit 69ff4181e701a0fe0026d0ba147f31bc86beffa8
  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';