17 lines
373 B
JavaScript
17 lines
373 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.80.0
|
|
Sun, 22 Feb 2026 06:16:40 GMT - commit d17ae15336a45c3c59b2a4aacac2b14186035d28
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js';
|
|
import 'path';
|
|
import 'process';
|
|
import 'perf_hooks';
|
|
import 'crypto';
|
|
import 'fs';
|
|
import 'events';
|