Skip to content

Commit 7be649d

Browse files
committed
chore: optimize code
1 parent ea4cdd1 commit 7be649d

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,7 +256,7 @@ export async function loadAppModule(appConfig: AppConfig) {
256256
}).filter(Boolean) || [];
257257

258258
await loadAndAppendCssAssets([
259-
...appAssets.cssList || [],
259+
...appAssets.cssList,
260260
...runtimeCssList,
261261
], {
262262
cacheCss,

0 commit comments

Comments
 (0)