mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-08 18:02:25 +08:00
17 lines
373 B
JavaScript
17 lines
373 B
JavaScript
|
|
/*
|
||
|
|
@license
|
||
|
|
Rollup.js v2.77.3
|
||
|
|
Thu, 11 Aug 2022 05:48:58 GMT - commit 1165d46685ef3c70617b2f150ab245ff5de5e783
|
||
|
|
|
||
|
|
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';
|