@module-federation/sdk
Advanced tools
Comparing version 0.0.0-next-20250126073514 to 0.0.0-next-20250208084948
@@ -182,3 +182,2 @@ import type webpack from 'webpack'; | ||
dts?: boolean | PluginDtsOptions; | ||
async?: boolean | AsyncBoundaryOptions; | ||
dataPrefetch?: DataPrefetch; | ||
@@ -199,2 +198,6 @@ virtualRuntimeEntry?: boolean; | ||
}; | ||
/** | ||
* Configuration for async boundary plugin | ||
*/ | ||
async?: boolean | AsyncBoundaryOptions; | ||
} | ||
@@ -201,0 +204,0 @@ /** |
{ | ||
"name": "@module-federation/sdk", | ||
"version": "0.0.0-next-20250126073514", | ||
"version": "0.0.0-next-20250208084948", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A sdk for support module federation", |
104713
2643