farm-fe / farm

Extremely fast Vite-compatible web build tool written in Rust
https://farmfe.org
MIT License
4.98k stars 167 forks source link

[Bug Report]: Farm watch panic when the input is ts/js files #1523

Open wre232114 opened 4 months ago

wre232114 commented 4 months ago

Steps to reproduce

see https://stackblitz.com/edit/react-farm-lib?terminal=dev

image

Reproduce link

https://stackblitz.com/edit/react-farm-lib?terminal=dev

What is actually happening?

panic

System Info

any
fu050409 commented 3 months ago

Hi, it seems that your link of reproduction cant start properly:

image

wre232114 commented 3 months ago

you may need to run the project locally

fu050409 commented 3 months ago

you may need to run the project locally

farm dev:

image image

farm build:

image

farm watch:

image

Strange that my farm dev and farm build run well but I got a Not Found in browser. 😂