mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-04-06 03:58:00 +08:00
27 lines
515 B
JavaScript
27 lines
515 B
JavaScript
/*
|
|
@license
|
|
Rollup.js v2.26.10
|
|
Fri, 04 Sep 2020 05:15:54 GMT - commit fe0bdd6702056ef9c6c2f842af378cbc809dd113
|
|
|
|
|
|
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
|