Skip to content

Commit

Permalink
Merge pull request #4649 from chu121su12/patch-1
Browse files Browse the repository at this point in the history
Fix #4648 - Reorder core import
  • Loading branch information
tugcekucukoglu authored Nov 6, 2023
2 parents b6f452a + ec72bad commit 66806e9
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 @@ -174,9 +174,9 @@ const CORE_DEPENDENCIES = {
'primevue/utils': 'primevue.utils',
'primevue/api': 'primevue.api',
'primevue/config': 'primevue.config',
'primevue/base': 'primevue.base',
...CORE_STYLE_DEPENDENCIES,
'primevue/usestyle': 'primevue.usestyle',
'primevue/base': 'primevue.base',
'primevue/basedirective': 'primevue.basedirective',
'primevue/ripple': 'primevue.ripple',
'primevue/portal': 'primevue.portal',
Expand Down

0 comments on commit 66806e9

Please sign in to comment.