17 lines
373 B
JavaScript
17 lines
373 B
JavaScript
|
/*
|
||
|
@license
|
||
|
Rollup.js v2.75.7
|
||
|
Mon, 20 Jun 2022 07:24:02 GMT - commit 057171c2d3bc2092b7f543fc05ead01f12595f12
|
||
|
|
||
|
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';
|