16 lines
335 B
JavaScript
16 lines
335 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.60.1
|
|
Mon, 22 Nov 2021 07:50:11 GMT - commit 649074e14131b490ff9dfe26e94632ff458c4970
|
|
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js';
|
|
import 'path';
|
|
import 'crypto';
|
|
import 'fs';
|
|
import 'events';
|