diff --git a/config/rollup.js b/config/rollup.js index 3fbd6ae..421d6f7 100644 --- a/config/rollup.js +++ b/config/rollup.js @@ -52,6 +52,12 @@ const bundle = { if (id.includes(`${sep}src${sep}`)) { return 'main'; } + + if (debug) { + console.log('file belongs to no chunk', id); + } + + return 'nochunk'; }, output: { dir: targetPath,