{
"config": {
"input": [
{
"name": "a",
"import": "./a.cjs"
},
{
"name": "b",
"import": "./b.cjs"
}
],
"manualCodeSplitting": {
"groups": [
{
"test": "[ab]\\.cjs",
"name": "common"
}
]
}
},
"configVariants": [
{
"_configName": "no-profiler-names",
"profilerNames": false
}
]
}