A protean Rollup configuration generator that adapts to personal preferences for module and web builds. Current stable version is 3.0.0. Provides two main helpers: configureModule() for ES module output and configureWeb() for browser bundles. The package requires Rollup as a peer dependency and is intended for developers who want a zero-config Rollup setup with opinionated defaults. It does not include TypeScript or Babel by default; users must add those plugins separately. Release cadence is irregular, driven by the author's whims.
npm install rollup-config-whimVerified import paths — ran on the pinned version, not inferred.
Demonstrates using configureModule() with custom input/output in a Rollup config.
Install rollup alongside rollup-config-whim: npm install --save-dev rollup rollup-config-whim
Use spread operator: { ...configureWeb(), output: {...} }Install and configure @rollup/plugin-typescript or @rollup/plugin-babel separately.
Run: npm install --save-dev rollup rollup-config-whim
Use import { configureModule } from 'rollup-config-whim'Install rollup: npm install --save-dev rollup
No dependency data recorded yet.