/* @license Rollup.js v2.56.0 Thu, 05 Aug 2021 05:18:15 GMT - commit ffd5cad3339c8d42bff3e9ae7c6c8ef12fced50a https://github.com/rollup/rollup Released under the MIT License. */ 'use strict'; require('fs'); require('path'); require('url'); var loadConfigFile_js = require('./shared/loadConfigFile.js'); require('./shared/rollup.js'); require('./shared/mergeOptions.js'); require('crypto'); require('events'); module.exports = loadConfigFile_js.loadAndParseConfigFile; //# sourceMappingURL=loadConfigFile.js.map