Skip to content

Commit

Permalink
0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dicko2 committed Jan 22, 2025
1 parent 3f71407 commit 27f490c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agoda-devfeedback-vite",
"version": "0.1.9",
"version": "0.1.10",
"description": "Vite plugin for collecting and reporting development feedback metrics",
"type": "module",
"exports": {
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ export default function viteTimingPlugin(): ViteTimingPlugin {
});
} else {
console.log('[vite-timing] Waiting for HMR...');
setTimeout(setupHMR, 100);
console.log(import.meta);
setTimeout(setupHMR, 1000);
}
};
Expand Down

0 comments on commit 27f490c

Please sign in to comment.