rollup.js 373 B

12345678910111213141516
  1. /*
  2. @license
  3. Rollup.js v2.72.1
  4. Sat, 07 May 2022 19:04:43 GMT - commit 8c6e0f319b792ea52fe979888593b6523315ae93
  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';