mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 01:47:20 +08:00
16 lines
321 B
JavaScript
16 lines
321 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.33.1
|
|
Mon, 02 Nov 2020 06:50:50 GMT - commit d861c91c068bc4e64d84db3b84232d3fb7f1d073
|
|
|
|
|
|
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';
|