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.
configOrPath
1 parent e770f9b commit c3959e8Copy full SHA for c3959e8
packages/unocss/src/index.ts
@@ -28,7 +28,7 @@ export default defineWxtModule<UnoCSSOptions>({
28
}
29
30
wxt.hooks.hook('vite:devServer:extendConfig', (config) => {
31
- config.plugins?.push(UnoCSS());
+ config.plugins?.push(UnoCSS(resolvedOptions.configOrPath));
32
});
33
34
wxt.hooks.hook('vite:build:extendConfig', async (entries, config) => {
0 commit comments