Skip to content

Commit

Permalink
fix: 不需要启动 dev 服务
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinbao1001 committed Apr 17, 2024
1 parent 26068a3 commit ee06a22
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/builder/bundle/mako.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ async function makoBundle(
if (!isFirstCompile) logStatus(config);
},
};

if (opts.watch) {
return await dev(options);
}
return await build(options);
}

Expand Down

0 comments on commit ee06a22

Please sign in to comment.