@module-federation/sdk
Advanced tools
Comparing version 0.0.0-next-20241216131539 to 0.0.0-next-20241218082038
@@ -78,2 +78,6 @@ /** | ||
dataPrefetch?: DataPrefetch; | ||
/** | ||
* If not find exposes module , it will throw error when abortOnMissingExposes is true | ||
*/ | ||
abortOnMissingExposes?: boolean; | ||
} | ||
@@ -80,0 +84,0 @@ /** |
@@ -179,2 +179,6 @@ import type webpack from 'webpack'; | ||
manifest?: boolean | PluginManifestOptions; | ||
/** | ||
* If not find exposes module , it will throw error when abortOnMissingExposes is true | ||
*/ | ||
abortOnMissingExposes?: boolean; | ||
dev?: boolean | PluginDevOptions; | ||
@@ -181,0 +185,0 @@ dts?: boolean | PluginDtsOptions; |
{ | ||
"name": "@module-federation/sdk", | ||
"version": "0.0.0-next-20241216131539", | ||
"version": "0.0.0-next-20241218082038", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A sdk for support module federation", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103636
2619
6
27