UNPKG

421 BJavaScriptView Raw
1
2let config = light.config;
3
4
5module.exports = function (env) {
6 //188365【TS:201912300740-财富经纪业务群(理财销售)_潘腾-【需求类型】需求【需求描述】通过light release 】
7 let envConfig = {};
8 light.util.extend(envConfig, light.options.safeCheck ? {"plugins": config['plugins']} : config, config.env && config.env[env] ? config.env[env] : {})
9 return JSON.stringify(envConfig);
10}
\No newline at end of file