Skip to content

Commit abebebc

Browse files
committed
fix: css
1 parent b4180b6 commit abebebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/icestark/src/apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ export async function loadAppModule(appConfig: AppConfig) {
256256
}).filter(Boolean) || [];
257257

258258
await loadAndAppendCssAssets([
259-
...appAssets.cssList,
260259
...runtimeCssList,
260+
...appAssets.cssList,
261261
], {
262262
cacheCss,
263263
fetch,

0 commit comments

Comments
 (0)