You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all webpack output is located under __clientTemp. To me, this is confusing because the folder does not only contain client stuff, it's also not temporary. It's the actual build artifact that people will deploy.
I would recommend to rename __clientTemp to build or dist (we can bikeshed about that 😉) which contains two folders, client and server.
The text was updated successfully, but these errors were encountered:
I dig it. If I understand #791 correctly, __clientTemp is a particularly bad name, since it will also be the server temp directory. I'm leaning towards build, personally, though either strikes me as an improvement.
Following up #794
Currently, all webpack output is located under
__clientTemp
. To me, this is confusing because the folder does not only containclient
stuff, it's also not temporary. It's the actual build artifact that people will deploy.I would recommend to rename
__clientTemp
tobuild
ordist
(we can bikeshed about that 😉) which contains two folders,client
andserver
.The text was updated successfully, but these errors were encountered: