Skip to content

Commit 4c6419f

Browse files
committed
version: notion-utils v0.4.9
1 parent 64e0e3e commit 4c6419f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/angry-roses-stare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"notion-to-utils": patch
3+
---
4+
5+
tsup externals 추가

packages/notion-to-utils/tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ export default defineConfig({
99
clean: true,
1010
dts: true,
1111
minify: true,
12+
external: ['@notionhq/client', 'lqip-modern', '@types/lqip-modern'],
1213
});

0 commit comments

Comments
 (0)