Skip to main content

Optimizationjs dx improvements

This optimization reduces the recompile time from 21 seconds to 3 in development mode.

Please create file config/webpack/optimization.js and paste content from https://drive.google.com/open?id=1GEGdxqocx_RUgLGp9sOHk1p7c6Ed66Rf

You can set the CHOSEN_APP variable to load only certain app. Uncomment const result = 'all'; and comment const result = neededModules; to compile all modules

https://gitlab.com/powr/powr/merge_requests/3392