Running `npm run build` to build dstack frontend is painfully slow (~35s in my local testing): ``` webpack 5.96.1 compiled with 48 warnings in 35215 ms ``` This slows down development. Find a way to optimize this.
Running
npm run buildto build dstack frontend is painfully slow (~35s in my local testing):This slows down development. Find a way to optimize this.