Skip to content

Commit 5605cea

Browse files
committed
Fix args
1 parent 1ab64c0 commit 5605cea

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/rsbuild-plugin/src/__tests__/plugin.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ const App = () => <Box></Box>`,
352352
'@devup-ui/react',
353353
'CustomColors',
354354
'DevupThemeTypography',
355+
'CustomLength',
356+
'CustomShadows',
355357
'DevupTheme',
356358
)
357359
expect(writeFileSpy).toHaveBeenCalledWith(

packages/rsbuild-plugin/src/plugin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ async function writeDataFiles(
5454
options.package,
5555
'CustomColors',
5656
'DevupThemeTypography',
57+
'CustomLength',
58+
'CustomShadows',
5759
'DevupTheme',
5860
)
5961

0 commit comments

Comments
 (0)