This commit is contained in:
Rich Harris
2017-12-22 09:19:32 -05:00
parent 0bcb61650b
commit 68c2f2e388
9 changed files with 3657 additions and 18 deletions

View File

@@ -60,7 +60,7 @@ module.exports = function create_watcher() {
});
}
watcher = {
const watcher = {
ready: invalidate(),
client: watch_compiler('client'),
server: watch_compiler('server'),