-
### What version of `million` are you using?
1.0.12
### Are you using an SSR adapter? If so, which one?
None
### What package manager are you using?
npm install @million/lint@latest
…
-
it looks for node_modules even when installed using yarn in pnp mode... I know, total edge case.
```
Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@vitejs/plugin-react' imported from /User…
-
Apologies if this was in the docs somewhere and I missed it.
I just want to have a static page generated for the root route '/'. Here's my vite.config:
```ts
import { defineConfig } from 'vite'…
-
### What happened?
devtools state update values only for reatomAsync.dataAtom
Not working for simple atom()
https://stackblitz.com/edit/vitejs-vite-x66gg6?file=src%2FApp.tsx,package.json
### P…
-
### Describe the bug
As stated in the title, in this example, the define section replaces the `version` field exported by the vue package with the data I defined, causing a critical error.
### Repro…
-
Why don't you use viteJs ? => https://vitejs.dev/
Thanks for your answers ...
-
First of all, Lots of gratitude for working on these plugins, I am not able to devote time to fix, atleast I can raise an issue, that I faced
I have created this issue in storybook, when I was not …
-
The template is for `ts-tailwindcss`
```bash
The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
```
-
I am using ViteJS in my project. When I import elements from this library, it cause an error on production-mode, because lib not compatable with ViteJS. Could you please add UMD support?
-
The worker is currently inlined (base64):
https://github.com/hyparam/hyperparam-cli/blob/c536f49bff84b40f83435f4f6eba1dc66551f724/packages/components/src/workers/parquetWorkerClient.ts#L1
The re…