We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8c7c8 commit bc3f8a9Copy full SHA for bc3f8a9
examples/react-server/src/features/unocss/plugin.ts
@@ -93,6 +93,7 @@ export function vitePluginSharedUnocss(): PluginOption {
93
await ctx.flushTasks();
94
let { css } = await ctx.uno.generate(ctx.tokens);
95
for (const plugin of cssPlugins) {
96
+ tinyassert(plugin.transform);
97
const handler =
98
"handler" in plugin.transform
99
? plugin.transform.handler
0 commit comments