So, every file in client
will not generate a server restart if modified. Similarly, every file in server
will not make your browser refresh.
If I want to have Server Side Rendering, I can’t import from **/client/**
because it says not found, ofcourse, it’s not necessary to load that in the module tree.
I think the question boils down to:
Can I import stuff from **/client/**
in SSR, but simply avoid watching them ?
Something like having your cake and eating it too!