Skip to content

Reduce webpack memory consumption in production

Mike Greiling requested to merge reduce-webpack-compile-memory into master

This reduces the amount of memory required to compile production webpack assets by:

  1. removing the source content from the sourcemaps (strict line/column mapping only)
  2. reduce the number of optional monaco-editor features

Long-term we'll look into making monaco a DLL and re-enabling rich sourcemaps.

/cc @timzallmann

Merge request reports