Skip to content

Commit

Permalink
Remove check-disk-space from deps array
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandMC committed Jun 13, 2024
1 parent b64dabc commit e390a28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions electron.vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const srcAliases = ['backend', 'frontend', 'common'].map((aliasName) => ({

const dependenciesToNotExternalize = [
'@xhmikosr/decompress',
'@xhmikosr/decompress-targz',
'check-disk-space'
'@xhmikosr/decompress-targz'
]

// FIXME: Potentially publish this as a dedicated plugin, if other projects
Expand Down

0 comments on commit e390a28

Please sign in to comment.