YuTengjing

Results 192 comments of YuTengjing

Any progress here? I think this is a serious bug. - I install the pnpm using corepack. - pnpm version: 7.14.2 - node version: v18.12.1 - OS: MacOS ventura 13.0...

@zkochan This may be fixed in high preority because this is a high frequent operation. My temp solution is: 1. using `p up -g --latest -i` to checkout which packages...

many same condition, cause vite bundle many copy of same dependency:

- In order to ignore one file, I need to add a file `.prettierignore`. This is too heavy. - This also make it hard to share ignore config.

need NonNullableDeep, current version is not recursive. ![image](https://user-images.githubusercontent.com/41773861/208601321-e6298386-6467-41ad-a5e4-6695e906f4af.png)

we need this, the output still too much when run with: ``` --output-logs errors-only --summarize false ```

@gjsjohnmurray No, I think this setting should behave like other setting for example files.exclude

@daidodo @zddai any problems when implement vue support? Vue user amount is very large...

@daidodo 1. match the script tag in vue file by https://regex101.com/r/zvwJ1B/1 2. format the script code 3. insert the result code back This should also works for svelte