Skip to content

Commit 976f7a5

Browse files
authored
fix: prod output (#52)
1 parent f9f5b43 commit 976f7a5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/purple-spiders-flow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'panda-css-vscode': patch
3+
---
4+
5+
Fix the CI build output

packages/vscode/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const nodeModulesPath = path.resolve(__dirname, 'node_modules')
1111
export default defineConfig({
1212
entry: ['src/index.ts', 'src/server.ts'],
1313
format: ['cjs'],
14-
external: ['vscode', 'esbuild', 'lightningcss', '@vue/compiler-sfc'],
14+
external: ['vscode', 'esbuild', 'lightningcss'],
1515
minify: true,
1616
outDir: 'dist',
1717
clean: true,

0 commit comments

Comments
 (0)