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
I was wondering if there were any particular advantages in using webpack for bundling server side part of the app. Is it just because you don't want to have an extra step for compiling .ts to .js or is there more to that.
I’m asking because in the project I’m working on the code is written in TypeScript. So there is this extra step for compilation. And webpack is used only for client code bundling.
I’d like to also use webpack for server code, but some people on my project are, on one hand, concerned about performance and possible issues and, on the other hand, are unsure about the advantages.
Could you explain your decision to bundle server code. What problems did you solve and what other problems did you encounter.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi!
I was wondering if there were any particular advantages in using webpack for bundling server side part of the app. Is it just because you don't want to have an extra step for compiling .ts to .js or is there more to that.
I’m asking because in the project I’m working on the code is written in TypeScript. So there is this extra step for compilation. And webpack is used only for client code bundling.
I’d like to also use webpack for server code, but some people on my project are, on one hand, concerned about performance and possible issues and, on the other hand, are unsure about the advantages.
Could you explain your decision to bundle server code. What problems did you solve and what other problems did you encounter.
Thanks.
The text was updated successfully, but these errors were encountered: