mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 17:37:24 +08:00
16 lines
321 B
JavaScript
16 lines
321 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.40.0
|
|
Fri, 26 Feb 2021 14:39:44 GMT - commit 0a0958ff926554abe9916178f56762ba71301ddd
|
|
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
export { version as VERSION, rollup, watch } from './shared/rollup.js';
|
|
import 'path';
|
|
import 'crypto';
|
|
import 'fs';
|
|
import 'events';
|