From 5c48a123471e8319b1812f4a50e0a56bcaa31663 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Wed, 6 Oct 2021 16:14:44 +0300 Subject: [PATCH] Fixed #1642 - The virtualscroller component is missing in core.min.js --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 8e5975f07..b12099507 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -119,7 +119,7 @@ function addCore() { ...lastEntry.plugins, { name: 'coreMergePlugin', - buildEnd() { + generateBundle() { Object.entries(core).forEach(([filePath, value]) => { const code = Object.keys(coreDependencies).reduce((val, d) => { const name = d.replace('primevue/', '');