We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5964094 commit a0f52ccCopy full SHA for a0f52cc
1 file changed
src/build/rolldown/config.ts
@@ -39,7 +39,7 @@ export const getRolldownConfig = (nitro: Nitro): RolldownOptions => {
39
preventAssignment: true,
40
values: base.replacements,
41
}) as RolldownPlugin,
42
- raw(),
+ raw() as RolldownPlugin,
43
],
44
resolve: {
45
alias: base.aliases,
0 commit comments