Skip to content

Commit e477b4a

Browse files
committed
chore: update
1 parent e6e3fe4 commit e477b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/resolvers/arco.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ export function ArcoResolver(
180180
importName,
181181
path: '@arco-design/web-vue',
182182
}
183-
if (options.sideEffect !== false) {
183+
if (options.sideEffect !== false)
184184
(config as any).sideEffects = getComponentStyleDir(importName, importStyle)
185-
}
185+
186186
return config
187187
}
188188
},

0 commit comments

Comments
 (0)