-
It would be amazing if we could use nativewind with one, but a lot of things should be made to do so.
1. In order to `nativewind@4` work we need a vite plugin which transforms css to `react-native-…
-
### pnpm run dev:h5
![image](https://github.com/user-attachments/assets/e2487d79-c8bd-41e7-b1e7-d130a009b958)
### pnpm run dev:mp-weixin
![image](https://github.com/user-attachments/assets/521faf…
-
I found a problem with all `vite.config.js`
The minify option is missing:
```ts
export default {
build: {
minify: true,
},
root,
plugins,
};
```
-
Hi, we are using following setup in `vite-config` to generate source-maps:
```typescript
plugins: [
tsconfigPaths(),
vitePluginTypescriptTransform({
enforce: 'pre',
filter: {
…
-
it is stop when run at ffmeg.load()
I got the example on https://github.com/ffmpegwasm/ffmpeg.wasm/blob/main/apps/vue-vite-app/src/components/FFmpegDemo.vue
it is not work in brower
-
### Version:
- `@inertiajs/react` version: 1.0.0
### Describe the problem:
this error is produced when using private channel with pusher.
public channel works fine without any error.
us…
-
## Premier essai
Cette erreur sur la main window en dev (mais pas sur /side_window) après avoir activé le mode strict :
![image](https://github.com/user-attachments/assets/eea071ee-b0a3-44fc-975…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [x] bug report -> please…
-
### Vue - Official extension or vue-tsc version
^2.0.21
### VSCode version
1.88.1
### Vue version
^3.4.29
### TypeScript version
~5.4.0
### System Info
_No response_
### package.json depende…
-
Hello, when using react-scan in the dev/debug version of our vite app, we have to set `runInProduction` to `true` for the scan to start. Is this expected?