Igor Danchenko

Results 21 comments of Igor Danchenko

@CodeMedic42 you can resolve this issue by changing your `input` from an array to an object with explicit chunk names ```js const input = Object.fromEntries( Object.values(packageJson.exports).map((chunk) => { const source...