Skip to content

Commit

Permalink
fix(vscode): Add keepNames to tsup config (#4565)
Browse files Browse the repository at this point in the history
Add keepNames to tsup config
  • Loading branch information
ccastrotrejo authored Apr 5, 2024
1 parent e2c09c0 commit 0aa9da0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/vs-code-designer/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export default defineConfig({
sourcemap: true,
clean: true,
external: ['vscode'],
keepNames: true,
});

0 comments on commit 0aa9da0

Please sign in to comment.