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/', '');