Skip to content

When building for production, do not generate source map files for front-end debugging, saving quite some binary size

Leandro Santiago requested to merge feature/reduce_binary_size into future/release-2.0

Ref #354 (closed)

It saves about 5MB in the compressed docker image size (from 18MB to 13MB).

It does that by remove front-end debug symbols (source maps), which have never been used in production.

Edited by Leandro Santiago

Merge request reports