mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-04-06 03:58:00 +08:00
27 lines
514 B
JavaScript
27 lines
514 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.35.1
|
|
Mon, 14 Dec 2020 14:00:58 GMT - commit 1378cae13b33838de9c8ba9ef9152354f6eed27b
|
|
|
|
|
|
https://github.com/rollup/rollup
|
|
|
|
Released under the MIT License.
|
|
*/
|
|
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var rollup = require('./shared/rollup.js');
|
|
require('fs');
|
|
require('path');
|
|
require('crypto');
|
|
require('events');
|
|
|
|
|
|
|
|
exports.VERSION = rollup.version;
|
|
exports.rollup = rollup.rollup;
|
|
exports.watch = rollup.watch;
|
|
//# sourceMappingURL=rollup.js.map
|