DEV Community

Discussion on: WTF are Babel and Webpack 😵 ? Explained in 2 mins.

Collapse
 
talr98 profile image
Tal Rofe

Please note that minifying and uglifying your Node.js code is sometimes helpful.
The runtime Server scans your code. It scans for EOF and syntax. This operations takes time. When you minify your code - this is considered as performance improvement.