Skip to content

Commit a5eff32

Browse files
committed
build: disable attw
1 parent 762be6c commit a5eff32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tsdown.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default defineConfig({
44
entry: ['src/index.ts', 'src/iconify.ts'],
55
dts: true,
66
publint: true,
7-
attw: {
8-
profile: 'node16',
9-
},
7+
// attw: {
8+
// profile: 'node16',
9+
// },
1010
})

0 commit comments

Comments
 (0)