@querycap-dev/monobundle
v0.12.0
Published
working in monorepo which maintained by [lerna](https://github.com/lerna/lerna) once `index.ts` exists in root folder of sub module `monobundle` will take over the bundle flow.
Readme
monobundle
working in monorepo which maintained by lerna
once index.ts exists in root folder of sub module
monobundle will take over the bundle flow.
features
- rollup to bundle to single file, for
cjsandes- with deps usage and missing checking.
- typescript transpile through babel
- but typescript declaration through typescript, and use
rollup-plugin-dtsto merge to singleindex.d.ts
- but typescript declaration through typescript, and use
- respect the babel configuration of whole project
- "monobundle": { "env":"browser" } of sub module could switch babel env as
ROLLUP_BROWSER
- "monobundle": { "env":"browser" } of sub module could switch babel env as
