We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a027d commit b9e8c22Copy full SHA for b9e8c22
1 file changed
packages/modules/pusher/scripts/release.ts
@@ -24,6 +24,8 @@ async function main(): Promise<void> {
24
copyWidgetsToProject,
25
createModuleMpk,
26
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.
29
addTestProjectWidgetsToMpk(["Pusher.mpk"]),
30
moveModuleToDist
31
]
0 commit comments