17 lines
373 B
JavaScript
17 lines
373 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.79.0
|
|
Wed, 31 Aug 2022 04:52:13 GMT - commit 8477f8ff1fe80086556021542b22942ad27a0a69
|
|
|
|
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';
|