Webpack transpiles server ts files
As described in the title, webpack transpiles all the ts files, including the server ones.
STR :
- introduce a volontary error in a server file
- run
/node_modules/.bin/webpack
oryarn webpack
The error in the serve file will be detected. This would make the build of the client slower.