UNPKG

524 BJavaScriptView Raw
1/*
2 @license
3 Rollup.js v2.34.0
4 Sun, 29 Nov 2020 05:54:58 GMT - commit 9949fe60438015ce5aab5b158a90a38f2475f87c
5
6
7 https://github.com/rollup/rollup
8
9 Released under the MIT License.
10*/
11'use strict';
12
13require('./shared/rollup.js');
14require('fs');
15require('path');
16require('./shared/mergeOptions.js');
17var loadConfigFile_js = require('./shared/loadConfigFile.js');
18require('crypto');
19require('events');
20require('url');
21
22
23
24module.exports = loadConfigFile_js.loadAndParseConfigFile;
25//# sourceMappingURL=loadConfigFile.js.map