Skip to content

Commit a0f52cc

Browse files
committed
chore: fix type issue
1 parent 5964094 commit a0f52cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/build/rolldown/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const getRolldownConfig = (nitro: Nitro): RolldownOptions => {
3939
preventAssignment: true,
4040
values: base.replacements,
4141
}) as RolldownPlugin,
42-
raw(),
42+
raw() as RolldownPlugin,
4343
],
4444
resolve: {
4545
alias: base.aliases,

0 commit comments

Comments
 (0)