build: add minimatch to externalized dependencies
Add minimatch to the Vite externalize list for proper bundling in the main process. Minimatch is used for glob pattern matching in worktree handlers. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -35,7 +35,9 @@ export default defineConfig({
|
||||
'@sentry/utils',
|
||||
'@opentelemetry/instrumentation',
|
||||
'debug',
|
||||
'ms'
|
||||
'ms',
|
||||
// Minimatch for glob pattern matching in worktree handlers
|
||||
'minimatch'
|
||||
]
|
||||
})],
|
||||
build: {
|
||||
|
||||
Reference in New Issue
Block a user