Phạm Hồng Phúc
Phạm Hồng Phúc
I think you should config a mono repo. It will be easier to grow in a long time.
Hi, I also got the same issue when trying to setup my new project with Nuxt 3. I realized the problem appeared when I tried to combine the following tools:...
It doesn't work for me too. It seems that tailwind is not catching changes in the `` tag. But changes in the `` tag along with `@apply` still work.
I also got the same issue. I tried several different combinations and create a simple repo here (without any plugin) to reproduce the bug, hope it helps. [Node 20.11.1+ Yarn...
temporary workaround: save `vite.config.ts` to restart the whole server
After bump `[email protected]`, `[email protected]` and run `yarn dlx @yarnpkg/sdks vscode` again, it's fixed with `require.resolve()` syntax in `.prettierrc.cjs`. Reproduction: https://github.com/issue-reproduction/prettier-yarn-issue/tree/yarn-4-pnp/cjs/require-bump. `.prettierrc.cjs` ```js /** @type {import('prettier').Config} */ const prettierConfig = {...
I just check branch `vite-tw-jit`, it is already installed `[email protected]`, but `jit` and `dev server` don't work. ```lock // yarn.lock vite@^2.3.4: version "2.4.2" resolved "https://registry.yarnpkg.com/vite/-/vite-2.4.2.tgz#07d00615775c808530bc9f65641062b349b67929" integrity sha512-2MifxD2I9fjyDmmEzbULOo3kOUoqX90A58cT6mECxoVQlMYFuijZsPQBuA14mqSwvV3ydUsqnq+BRWXyO9Qa+w== dependencies: esbuild "^0.12.8"...
I also got the same error. **Reproduction steps:** - 1. `yarn create vue` - 2. `yarn dlx storybook init` **Reproduction repo:** https://github.com/issue-reproduction/vue-vite-storybook-issue/tree/yarn/nodeLinker-node-modules ``` "vue": "^3.4.31", "storybook": "^8.2.4", "vite": "^5.3.4", "@vitejs/plugin-vue":...
> Same for me, while upgrading to `8.2.7` (react + vite): > > > Please advise. This looks more like a different bug.