Skip to content

Commit

Permalink
chore: update tsdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 9, 2024
1 parent f493255 commit 64dd36b
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 69 deletions.
3 changes: 2 additions & 1 deletion packages/jsx-compiler/tsdown.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { defineConfig } from 'tsdown'
import replace from '@rollup/plugin-replace'
import { defineConfig } from 'tsdown'

export default defineConfig({
entry: 'src/index.ts',
format: ['esm', 'cjs'],
platform: 'node',
outDir: 'dist',
clean: true,
unused: true,
dts: true,
// @ts-expect-error
plugins: [
Expand Down
1 change: 1 addition & 0 deletions packages/react-vapor-hooks/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export default defineConfig({
platform: 'node',
outDir: 'dist',
clean: true,
unused: true,
dts: true
})
3 changes: 2 additions & 1 deletion packages/shared/tsdown.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { defineConfig } from 'tsdown'
import replace from '@rollup/plugin-replace'
import { defineConfig } from 'tsdown'

export default defineConfig({
entry: 'src/index.ts',
format: ['esm', 'cjs'],
platform: 'node',
outDir: 'dist',
clean: true,
unused: true,
dts: true,
// @ts-expect-error
plugins: [
Expand Down
1 change: 1 addition & 0 deletions packages/svelte-sfc-compiler/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export default defineConfig({
platform: 'node',
outDir: 'dist',
clean: true,
unused: true,
dts: true
})
1 change: 1 addition & 0 deletions packages/svelte-vapor-runtime/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export default defineConfig({
platform: 'node',
outDir: 'dist',
clean: true,
unused: true,
dts: true
})
Loading

0 comments on commit 64dd36b

Please sign in to comment.