{"library":"rollup-config-whim","title":"rollup-config-whim","description":"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.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-config-whim"],"cli":null},"imports":["import { configureModule } from 'rollup-config-whim'","import { configureWeb } from 'rollup-config-whim'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { configureModule, configureWeb } from 'rollup-config-whim';\n\nexport default ({\n  ...configureModule(),\n  input: 'src/index.js',\n  output: { file: 'dist/bundle.js', format: 'esm' }\n});","lang":"javascript","description":"Demonstrates using configureModule() with custom input/output in a Rollup config.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}