Subscribe on changes!

fix: run all transforms that pass particular `test` during build process

avatar
May 10th 2020

Great work on the plugin system and kudos for introducing the config file so quickly!

Currently, all transforms that pass particular test are executed one after the other and each one takes the result of the previous transform. This is only the case for the dev server, for the build process only the first passing transform is executed, this PR makes it consistent.