Skip to content

Commit d482301

Browse files
Remove reference to browsreUnbundlingPublic (#802)
* Remove reference to browsreUnbundlingPublic * Remove reference to browserUnbundlingPublic Co-authored-by: LRubin <[email protected]>
1 parent 844d891 commit d482301

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/catalog.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const getConnectionModes = (destination) => {
6565
connectionModes.device.mobile = true
6666
break
6767
case 'WEB':
68-
if (destination.browserUnbundlingSupported && destination.browserUnbundlingPublic) {
68+
if (destination.browserUnbundlingSupported) {
6969
connectionModes.cloud.web = true
7070
}
7171
connectionModes.device.web = true
@@ -84,9 +84,6 @@ const getConnectionModes = (destination) => {
8484
if (destination.platforms.server) {
8585
connectionModes.cloud.server = true
8686
}
87-
if (destination.platforms.browser && destination.browserUnbundlingPublic) {
88-
connectionModes.cloud.web = true
89-
}
9087
break
9188
}
9289
})

0 commit comments

Comments
 (0)