Skip to content

Commit

Permalink
Fixed #1642 - The virtualscroller component is missing in core.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Oct 6, 2021
1 parent 2ad8969 commit 5c48a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/', '');
Expand Down

0 comments on commit 5c48a12

Please sign in to comment.