UNPKG

374 BJavaScriptView Raw
1/*
2 @license
3 Rollup.js v2.69.1
4 Fri, 04 Mar 2022 13:38:38 GMT - commit 994c1eccf4d53e416a010f47e54a2086f1a0f4e9
5
6
7 https://github.com/rollup/rollup
8
9 Released under the MIT License.
10*/
11export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js';
12import 'path';
13import 'process';
14import 'perf_hooks';
15import 'crypto';
16import 'fs';
17import 'events';