webpack-bundle
webpack-bundle copied to clipboard
Ability to turn off compiling when running functional tests
Currently if running functional tests, maba:webpack:compile
must be ran beforehand. This might cause issues if cache is cleared inside the tests, different environments used, several tests are ran simultaneously (via paratest or similar tool) etc. Moreover, it adds additional overhead and quite often the compilation result is not needed by the tests at all.