UNPKG
@rechunk/core
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.3
0.0.1
Core functionality for ReChunk dynamic code loading and chunk management in React Native
@rechunk/core
/
tsup.config.ts
8 lines
(6 loc)
•
125 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import {defineConfig}
from
'tsup'
; export
default
defineConfig
({
dts
:
true
,
clean
:
true
,
entry
: [
'src/index.ts'
], });