UNPKG
@naiable/rollup-config
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.7
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
Use rollup like tsup, but opinionated my way.
github.com/nailiable
@naiable/rollup-config
/
src
/
libraries
/
alias.ts
6 lines
(3 loc)
•
104 B
text/typescript
View Raw
1
2
3
4
5
6
import
alias
from
"@rollup/plugin-alias"
;
export
*
from
"@rollup/plugin-alias"
;
export
default
alias;