Skip to content

Commit

Permalink
fix: remove @kubernetes/client-node from kubectl-cli vite config (pod…
Browse files Browse the repository at this point in the history
…man-desktop#7855)

Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin authored Jul 1, 2024
1 parent 772acf2 commit cfd7d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/kubectl-cli/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const config = {
formats: ['cjs'],
},
rollupOptions: {
external: ['@podman-desktop/api', '@kubernetes/client-node', ...builtinModules.flatMap(p => [p, `node:${p}`])],
external: ['@podman-desktop/api', ...builtinModules.flatMap(p => [p, `node:${p}`])],
output: {
entryFileNames: '[name].js',
},
Expand Down

0 comments on commit cfd7d2f

Please sign in to comment.