UNPKG

577 BMarkdownView Raw
1# Zerollup package helpers
2
3Set of helpers for fast rollup bundler config building. Usable for creating zero-setup bundlers, like [parcel](https://github.com/parcel-bundler/parcel).
4
51. Scan lerna packages in monorepository
62. Extract information about main/module/iife/umd exports
73. Scan project sources and grab info about entry points, configurations and templates
84. Scan src/config and generate bundled configurations for many hosts
95. Scan src/index.html.ts and prerenders html-templates for each configuration
10
11For example usage see [@zerollup/preset-ts](../preset-ts)