Skip to content

Commit 174ac0d

Browse files
committed
chore: add bundler config
1 parent 3d28dd9 commit 174ac0d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bundler.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { defineConfig } from '@hypernym/bundler'
2+
3+
export default defineConfig({
4+
entries: [{ input: './src/index.ts' }, { types: './src/types/index.ts' }],
5+
})

rolli.config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)