Skip to content

Commit

Permalink
cleans up vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
isfopo committed Jul 15, 2024
1 parent d09aabd commit b32bff2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default defineConfig({
sourcemap: true,
lib: {
entry: path.resolve(__dirname, "src/extension.ts"),
formats: ["cjs"],
name: "extension",
fileName: () => "extension.js",
},
Expand All @@ -22,11 +21,6 @@ export default defineConfig({
},
},
},
resolve: {
alias: {
// Provide any necessary aliases here
},
},
optimizeDeps: {
esbuildOptions: {
// Node.js global to browser globalThis
Expand Down

0 comments on commit b32bff2

Please sign in to comment.