UNPKG
@lg-tools/crawler
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
Crawler for MongoDB documentation and other sites
@lg-tools/crawler
/
rollup.config.mjs
9 lines
(6 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ esmConfig, umdConfig }
from
'@lg-tools/build/config/rollup.config.mjs'
;
const
cli = { ...umdConfig,
input
: [
'./src/cli.ts'
], };
export
default
[esmConfig, umdConfig, cli];