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 e9bf9dc commit 3757776Copy full SHA for 3757776
packages/enhanced/src/declarations/plugins/sharing/ConsumeSharedModule.d.ts
@@ -62,6 +62,10 @@ export type ConsumeOptions = {
62
* Request pattern that must match for the shared module to be included
63
*/
64
request?: string | RegExp;
65
+ /**
66
+ * Fallback version to use when package.json cannot be read
67
+ */
68
+ fallbackVersion?: string;
69
};
70
/**
71
* Exclude filters for consuming shared modules
@@ -75,5 +79,9 @@ export type ConsumeOptions = {
75
79
* Request pattern that if matched will exclude the shared module
76
80
77
81
82
83
84
85
78
86
87
0 commit comments