I am following the tutorials and when I create an app and run dojo build --watch, the code is compiled multiple times. It seems to vary between 3 and 6 times:
I modified my main.ts and the watcher compiled the code only once. I hit ctrl-C and ran dojo build --watch again. The builder compiled the code 5 more times.
I am following the tutorials and when I create an app and run
dojo build --watch
, the code is compiled multiple times. It seems to vary between 3 and 6 times:I modified my
main.ts
and the watcher compiled the code only once. I hit ctrl-C and randojo build --watch
again. The builder compiled the code 5 more times.I hit ctrl-C again, ran the build command and the code was compiled 6 more times.