How to rebuild a single view only

Hi there,

I'm currently on 2023.001 and able to build the whole thing from scratch and to rebuild it completely.

But I just can't wrap my head around on how to rebuild just a single file.

In my case the AccountSettings.tsx in library/src/scripts/accountSettings.

It's not urgent at all because it doesn't take that long to even build everything, but it bothers me, that I don't get it.

Thanks!

Comments

  • The resulting JS files are bundled together. However you can build just the frontend by running

    yarn build -i
    


Sign In or Register to comment.