Ai
1 Star 0 Fork 0

玻璃城市/DRG_JavaScript

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
rollup.config.js 2.90 KB
Copy Edit Raw Blame History
OpenDRG authored 2023-04-26 11:40 +08:00 . 增加青岛、临沂规则
export default [{
input: 'drg_group/chs_drg_11/GroupTest.js',
output: [{
file: 'bundle_chs_drg_11.js',
format: 'es',
inlineDynamicImports: true,
}]
},{
input: 'drg_group/chs_drg_10/GroupTest.js',
output: [{
file: 'bundle_chs_drg_10.js',
format: 'es',
inlineDynamicImports: true,
}]
},{
input: 'drg_group/yancheng_2023/GroupTest.js',
output: [{
file: 'bundle_yancheng_2023.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/suzhou_2023/GroupTest.js',
output: [{
file: 'bundle_suzhou_2023.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/taizhou_2022/GroupTest.js',
output: [{
file: 'bundle_taizhou_2022.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/wuxi_2022/GroupTest.js',
output: [{
file: 'bundle_wuxi_2022.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/wuhan_2022/GroupTest.js',
output: [{
file: 'bundle_wuhan_2022.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/beijing_2022/GroupTest.js',
output: [{
file: 'bundle_beijing_2022.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/lanzhou_2023/GroupTest.js',
output: [{
file: 'bundle_lanzhou_2023.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/fuzhou_2022/GroupTest.js',
output: [{
file: 'bundle_fuzhou_2022.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/zhejiang_2022/GroupTest.js',
output: [{
file: 'bundle_zhejiang_2022.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/wlmq_2022/GroupTest.js',
output: [{
file: 'bundle_wlmq_2022.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/changsha_2022/GroupTest.js',
output: [{
file: 'bundle_changsha_2022.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/yantai_2022/GroupTest.js',
output: [{
file: 'bundle_yantai_2022.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/changzhou_2022/GroupTest.js',
output: [{
file: 'bundle_changzhou_2022.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/qingdao_2023/GroupTest.js',
output: [{
file: 'bundle_qingdao_2023.js',
format: 'es',
inlineDynamicImports: true,
}]
},
{
input: 'drg_group/linfen_2022/GroupTest.js',
output: [{
file: 'bundle_linfen_2022.js',
format: 'es',
inlineDynamicImports: true,
}]
},
];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ChinaEHR/DRG_JavaScript.git
git@gitee.com:ChinaEHR/DRG_JavaScript.git
ChinaEHR
DRG_JavaScript
DRG_JavaScript
main

Search