|
|
|
|
|
by onestone
3314 days ago
|
|
You are right about that, I admit. Still, using the same transpiled code both client-side and server-side is suboptimal at least. E.g. if I target Node 7.x on the server, I don't need to transpile async functions for example (and screw stacktraces in the process). |
|