16 lines
335 B
JavaScript
16 lines
335 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.56.3
|
|
Mon, 23 Aug 2021 05:06:39 GMT - commit c41d17ceedfa6c1d7430da70c6c80d86a91e9434
|
|
|
|
|
|
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';
|