eibens / edcb

A build tool and task runner for Deno.
MIT License
0 stars 0 forks source link

Server terminates when bundler fails #34

Closed eibens closed 2 years ago

eibens commented 2 years ago

While developing, the bundler will fail frequently since the file watcher may trigger a reload on an incomplete/invalid module. This is to be expected and the server should just ignore it, serving the old JavaScript file.