Skip to content

Commit

Permalink
fix: repeated watcher initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed May 7, 2024
1 parent 2f091a0 commit 482a0fe
Show file tree
Hide file tree
Showing 12 changed files with 461 additions and 64 deletions.
2 changes: 2 additions & 0 deletions playground/spa-file-mode/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

public/out
1 change: 0 additions & 1 deletion playground/spa-file-mode/public/out/babel.f2af9419.js

This file was deleted.

1 change: 0 additions & 1 deletion playground/spa-file-mode/public/out/define.0e709972.js

This file was deleted.

1 change: 0 additions & 1 deletion playground/spa-file-mode/public/out/env.9aa2ccba.js

This file was deleted.

1 change: 0 additions & 1 deletion playground/spa-file-mode/public/out/hmr.ee6857f2.js

This file was deleted.

2 changes: 1 addition & 1 deletion playground/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cross-env": "^7.0.3",
"terser": "^5.26.0",
"typescript": "^5.2.2",
"vite": "^5.0.12",
"vite": "^5.2.10",
"vite-plugin-public-typescript": "workspace:*"
}
}
Loading

0 comments on commit 482a0fe

Please sign in to comment.