We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4952c00 commit 63307e1Copy full SHA for 63307e1
1 file changed
packages/cli-v3/src/dev/devSession.ts
@@ -160,8 +160,9 @@ export async function startDevSession({
160
}
161
162
if (!bundled) {
163
- // First bundle, no need to update bundle
164
bundled = true;
+ logger.debug("First bundle, no need to update bundle");
165
+ return;
166
167
168
const workerDir = getTmpDir(rawConfig.workingDir, "build", keepTmpFiles);
0 commit comments