Wind
Wind
example apollo vue used. https://github.com/productdevbook/productdevbook.com I'm still in the development phase.
I'm waiting to write with tailwindcss :) I hope there will be an improvement
> > And here is the error during the compilation: > > ``` > TS2769: No overload matches this call. > The last overload gave the following error. > Type...
Is this issue still going on, I have the same error.
react-nextjs build -> ``` ./_virtual_\__uno.css.webpack[javascript/auto]!=!./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[8].use[1]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[8].use[2]!./_virtual_\__uno.css ```
yes, some problem router click and add, but reload vite and delete :D 
``` ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[8].use[1]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[8].use[2]!./node_modules/unplugin/dist/webpack/loaders/load.js??ruleSet[1].rules[6].use[0]!./_virtual_\__uno.css Error: Malformed PostCSS Configuration at Array.forEach () ```
dirs is problem fixed. Thank you. If nuxt reads the output components.d.ts file, it always creates itself. How do I do this?
 > ``` const path = require('path') const Components = require('unplugin-vue-components/vite') const AutoImport = require('unplugin-auto-import/vite') const { loadConfigFromFile, mergeConfig } = require('vite') module.exports = {...
> @productdevbook did you find a workaround for this? No