refactor: use vite rollupOptions instead of esbuild for offscreen.ts

This commit is contained in:
Tommy D. Rossi
2026-01-23 17:02:28 +01:00
parent 74497c2a1a
commit f8d6640819
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -24,7 +24,6 @@
"devDependencies": {
"@types/chrome": "^0.0.315",
"concurrently": "^8.2.2",
"esbuild": "^0.27.2",
"typescript": "^5.8.2",
"vite": "^5.4.21",
"vite-plugin-static-copy": "^3.1.1"
-3
View File
@@ -46,9 +46,6 @@ importers:
concurrently:
specifier: ^8.2.2
version: 8.2.2
esbuild:
specifier: ^0.27.2
version: 0.27.2
typescript:
specifier: ^5.8.2
version: 5.9.3