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 e360a4c commit 93507beCopy full SHA for 93507be
packages/enhanced/src/lib/sharing/SharePlugin.ts
@@ -100,13 +100,6 @@ class SharePlugin {
100
},
101
}));
102
103
- // Validate that at least one shared module is configured
104
- if (sharedOptions.length === 0) {
105
- throw new Error(
106
- 'SharePlugin requires at least one shared module configuration',
107
- );
108
- }
109
-
110
this._shareScope = options.shareScope || 'default';
111
this._consumes = consumes;
112
this._provides = provides;
0 commit comments