mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-10 12:46:29 +00:00
The problem was that putting the artifacts in src caused them to be watched and thus creating an infinite loop, because a change in src triggers the build of the artifacts This was fixed by ignoring the artifacts by chokidar, wherever they are