An internal rollup configuration package for building packages within the docz ecosystem. Version 2.4.0 is the latest stable release. This package is not intended for direct use by most developers; it is used internally by docz to bundle its source code. It provides a shared rollup config to ensure consistent builds across docz monorepo packages. It requires TypeScript as a peer dependency and is part of the docz documentation toolchain. Differentiator: not a public utility, but a monorepo internal tool.
npm install docz-rollupVerified import paths — ran on the pinned version, not inferred.
Example of using docz-rollup config as base for a rollup build pipeline.
Use the main 'docz' package or wait for stable external API.
Consider migrating to alternative documentation tooling.
Install TypeScript: npm install --save-dev typescript
Check if the package is available in your project scope; use the main 'docz' package instead.
Use import config from 'docz-rollup' and access config properties directly.