Skip to content

Commit bc3f8a9

Browse files
committed
chore: lint
1 parent 4c8c7c8 commit bc3f8a9

File tree

1 file changed

+1
-0
lines changed
  • examples/react-server/src/features/unocss

1 file changed

+1
-0
lines changed

examples/react-server/src/features/unocss/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export function vitePluginSharedUnocss(): PluginOption {
9393
await ctx.flushTasks();
9494
let { css } = await ctx.uno.generate(ctx.tokens);
9595
for (const plugin of cssPlugins) {
96+
tinyassert(plugin.transform);
9697
const handler =
9798
"handler" in plugin.transform
9899
? plugin.transform.handler

0 commit comments

Comments
 (0)