codimd icon indicating copy to clipboard operation
codimd copied to clipboard

Reduce Webpack memory usage

Open davidmehren opened this issue 6 years ago • 2 comments
trafficstars

The current webpack config uses about 5 GB of memory to minify our JS. That seems a bit excessive for the few MBs of JS we have.

We should look into optimzing that, probably by excluding things that are already minified (librarys etc.).

See https://webpack.js.org/configuration/optimization/

davidmehren avatar Mar 18 '19 10:03 davidmehren

did you figure it out?

sibelius avatar Sep 05 '23 17:09 sibelius

might as well ditch webpack now for newer and better alternatives i guess, though it would be some hard work

ambyjkl avatar Sep 06 '23 01:09 ambyjkl