This repository was archived by the owner on Oct 9, 2020. It is now read-only.
This repository was archived by the owner on Oct 9, 2020. It is now read-only.
Granular minification #209
Open
Description
We could apply minification individually to each load record, which would allow the compile cache to cached minified sources.
There is no minification loss of individually minifying loads, as they have their own scopes.
This way the final concatOutput step only needs to concatenate source maps, and not run any minification process at all.
/cc @ohjames