Skip to content

Commit

Permalink
fix(vite): actually skip full build on restart
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jan 22, 2023
1 parent 615baeb commit 98182c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vite/plugins/buildPlugin.ts
Expand Up @@ -57,6 +57,8 @@ export const buildPlugin = <TGlobalData>(
};

debug("updated rollup config");

return;
}

const then = performance.now();
Expand Down

0 comments on commit 98182c0

Please sign in to comment.