17 lines
373 B
JavaScript
17 lines
373 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.70.0
|
|
Mon, 07 Mar 2022 06:21:56 GMT - commit 6d8924c8acd7fd124da5fa8026537e1c629f1515
|
|
|
|
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';
|