Skip to content

Commit cdd276d

Browse files
author
Heiner Pöpping
committed
Revert "Make collectCssChunks synchronous"
This reverts commit 81a7405.
1 parent 34a8edb commit cdd276d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util/collectCssChunks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ModuleContextValueType } from '../constants';
22

3-
export const collectCssChunks = (modules: ModuleContextValueType) => {
3+
export const collectCssChunks = async (modules: ModuleContextValueType) => {
44
const instance = globalThis.moduleFederationRuntime.getInstance();
55
const p = Object.values(modules).map((module) => {
66
const info = instance.snapshotHandler.manifestCache.get(module.url);

0 commit comments

Comments
 (0)