Skip to content

Commit 5ee859c

Browse files
authored
Merge pull request #44 from twlite/fix-watch-cjs-bug-thanks-andrew-for-reporting-this-issue
fix: i hate myself
2 parents 35ea974 + 59750fd commit 5ee859c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/commandkit/bin/development.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export async function bootstrapDevelopmentServer(opts) {
6262
entry: [src, '!dist', '!.commandkit', `!${outDir}`].filter(Boolean),
6363
watch: watchMode,
6464
async onSuccess() {
65-
console.log('watch triggered');
6665
return await injectShims('.commandkit', main, false, requirePolyfill);
6766
},
6867
});

0 commit comments

Comments
 (0)