Skip to content

Commit

Permalink
fix: prod output (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed May 21, 2024
1 parent f9f5b43 commit 976f7a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/purple-spiders-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'panda-css-vscode': patch
---

Fix the CI build output
2 changes: 1 addition & 1 deletion packages/vscode/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const nodeModulesPath = path.resolve(__dirname, 'node_modules')
export default defineConfig({
entry: ['src/index.ts', 'src/server.ts'],
format: ['cjs'],
external: ['vscode', 'esbuild', 'lightningcss', '@vue/compiler-sfc'],
external: ['vscode', 'esbuild', 'lightningcss'],
minify: true,
outDir: 'dist',
clean: true,
Expand Down

0 comments on commit 976f7a5

Please sign in to comment.