Skip to content

Commit b9e8c22

Browse files
committed
chore: explain legacy pusher copying reason
1 parent c4a027d commit b9e8c22

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/modules/pusher/scripts/release.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ async function main(): Promise<void> {
2424
copyWidgetsToProject,
2525
createModuleMpk,
2626
addWidgetsToMpk,
27+
// Copy old legacy widget to the module, so we have both for easy migration.
28+
// New widgets has different filename: com.mendix.widget.web.Pusher.mpk, they won't clash.
2729
addTestProjectWidgetsToMpk(["Pusher.mpk"]),
2830
moveModuleToDist
2931
]

0 commit comments

Comments
 (0)