From f8d66408195dfebd90c2c6e0a2cd3f77a2e00446 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Fri, 23 Jan 2026 17:02:28 +0100 Subject: [PATCH] refactor: use vite rollupOptions instead of esbuild for offscreen.ts --- extension/package.json | 1 - pnpm-lock.yaml | 3 --- 2 files changed, 4 deletions(-) diff --git a/extension/package.json b/extension/package.json index 6f04bb3..7b6fc7d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -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" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 392a262..50742fd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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